Skip to content

Commit

Permalink
release ol-3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed May 14, 2024
2 parents 27065c2 + da470b2 commit e0a5424
Show file tree
Hide file tree
Showing 13 changed files with 3,386 additions and 3,395 deletions.
7 changes: 5 additions & 2 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@


# Extension Geoplateforme OpenLayers, version __VERSION__

**__DATE__**
> Release Extension Geoplateforme openlayers
## Summary

Correctif Sur la variable process utilisée dans le logger
Mise à jour access-lib release 3.4.2

## Changelog

* [Added]

* [Changed]

- Access-lib 3.4.2 pour fix normalyze URL + Isodistance (33196fd6d85503f39c345e600645bc0493405bd5)

* [Deprecated]

* [Removed]

* [Fixed]

- Correction du logger par définiton de la variable process (e0e3b9b5ad3e1f8c92086891564f04f792e24280)
- fix definitions de constructeurs (140878f91d578d008a047b3c6ef9b200743230f9)

* [Security]

Expand Down
Binary file not shown.
50 changes: 25 additions & 25 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
{
"keywords" : [
"geoportail",
"geoplateforme",
"plugin",
"javascript",
"OpenLayers"
],
"version" : "3.4.3",
"types" : "src/OpenLayers/index.d.ts",
"license" : "CECILL-B",
"date" : "17/04/2024",
"devDependencies" : {},
"date" : "14/05/2024",
"dependencies" : {
"loglevel" : "1.6.6",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"node-fetch" : "^2.6.1",
"eventbusjs" : "0.2.0",
"proj4" : "2.7.5",
"ol" : "6.9.0",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.4.2",
"xmldom" : "^0.1.27"
},
"bugs" : {},
"scripts" : {},
"files" : [
"dist/",
"src/",
Expand All @@ -14,29 +34,9 @@
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"directories" : {},
"module" : "src/OpenLayers/index.js",
"peerDependencies" : {},
"dependencies" : {
"loglevel" : "1.6.6",
"ol" : "6.9.0",
"sortablejs" : "1.14.0",
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"proj4" : "2.7.5",
"eventbusjs" : "0.2.0",
"geoportal-access-lib" : "3.4.1"
},
"name" : "geoportal-extensions-openlayers",
"version" : "3.4.2",
"bugs" : {},
"scripts" : {},
"keywords" : [
"geoportail",
"geoplateforme",
"plugin",
"javascript",
"OpenLayers"
],
"directories" : {}
"devDependencies" : {},
"name" : "geoportal-extensions-openlayers"
}
29 changes: 29 additions & 0 deletions doc/CHANGELOG-openlayers.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoplateforme OpenLayers, version 3.4.1](#extension-geoplateforme-openlayers-version-341)
* [Summary](#summary-55)
* [Changelog](#changelog-52)
- [Extension Geoplateforme OpenLayers, version 3.4.2](#extension-geoplateforme-openlayers-version-342)
* [Summary](#summary-56)
* [Changelog](#changelog-53)

<!-- tocstop -->

Expand Down Expand Up @@ -2063,3 +2066,29 @@ Correction sur le calcul d'itinéraire piéton.
* [Security]
---
# Extension Geoplateforme OpenLayers, version 3.4.2
**17/04/2024**
> Release Extension Geoplateforme openlayers
## Summary
Correctif Sur la variable process utilisée dans le logger
## Changelog
* [Added]
* [Changed]
* [Deprecated]
* [Removed]
* [Fixed]
- Correction du logger par définiton de la variable process (e0e3b9b5ad3e1f8c92086891564f04f792e24280)
* [Security]
---
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "3.0.2",
"date": "17/04/2024",
"version": "3.0.3",
"date": "14/05/2024",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.4.0",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.4.2",
"olExtVersion": "3.4.3",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.5.0",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "13.20.1",
"eventbusjs": "0.2.0",
"geoportal-access-lib": "3.4.1",
"geoportal-access-lib": "3.4.2",
"itowns": "2.38.2",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
Expand Down
Loading

0 comments on commit e0a5424

Please sign in to comment.