Skip to content

Commit

Permalink
Merge branch 'release-leaflet-2.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Jul 21, 2023
2 parents ac1e6ff + f790001 commit c22c577
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 38 deletions.
7 changes: 1 addition & 6 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@



# Extension Geoportail OpenLayers, version __VERSION__

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

Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* et ajout de methodes de nettoyage sur les widgets de calcul

## Changelog

* [Added]

- ajout de méthodes de nettoyage pour les controles d'itineraire, d'isochrone, et de profil alti

* [Changed]

- Ajout d'exemples avec l'appel de *Gp.Services.getConfig()*

* [Deprecated]

* [Removed]
Expand Down
Binary file not shown.
62 changes: 31 additions & 31 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"version" : "2.3.3",
"main" : "dist/GpPluginLeaflet-src.js",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"date" : "01/06/2023",
"bugs" : {},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"types" : "src/Leaflet/index.d.ts",
"name" : "geoportal-extensions-leaflet",
"devDependencies" : {},
"dependencies" : {
"geoportal-access-lib" : "3.3.2",
"leaflet" : "1.7.1",
"proj4" : "2.7.5",
"sortablejs" : "1.8.4",
"proj4leaflet" : "1.0.2",
"leaflet-draw" : "1.0.4",
"loglevel" : "1.6.6",
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"description" : "French Geoportal Extension for Leaflet",
"name" : "geoportal-extensions-leaflet",
"main" : "dist/GpPluginLeaflet-src.js",
"version" : "2.2.9",
"directories" : {},
"scripts" : {},
"types" : "src/Leaflet/index.d.ts",
"peerDependencies" : {},
"directories" : {},
"date" : "21/07/2023",
"license" : "CECILL-B",
"module" : "src/Leaflet/index.js",
"dependencies" : {
"sortablejs" : "1.8.4",
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27",
"proj4leaflet" : "1.0.2",
"leaflet" : "1.7.1",
"leaflet-draw" : "1.0.4",
"geoportal-access-lib" : "3.3.1",
"loglevel" : "1.6.6",
"proj4" : "2.7.5"
},
"bundleDependencies" : []
"bundleDependencies" : [],
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"description" : "French Geoportal Extension for Leaflet",
"bugs" : {},
"module" : "src/Leaflet/index.js"
}
31 changes: 31 additions & 0 deletions doc/CHANGELOG-openlayers.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Extension Geoportail OpenLayers, version 3.3.1](#extension-geoportail-openlayers-version-331)
* [Summary](#summary-47)
* [Changelog](#changelog-44)
- [Extension Geoportail OpenLayers, version 3.3.2](#extension-geoportail-openlayers-version-332)
* [Summary](#summary-48)
* [Changelog](#changelog-45)

<!-- tocstop -->

Expand Down Expand Up @@ -1824,3 +1827,31 @@ new ol.layer.Tile({
* [Security]
---
# Extension Geoportail OpenLayers, version 3.3.2
**21/07/2023**
> Release Extension Geoportail openlayers
## Summary
Ajout d'exemples avec l'appel de *Gp.Services.getConfig()* et ajout de methodes de nettoyage sur les widgets de calcul
## Changelog
* [Added]
- ajout de méthodes de nettoyage pour les controles d'itineraire, d'isochrone, et de profil alti
* [Changed]
- Ajout d'exemples avec l'appel de *Gp.Services.getConfig()*
* [Deprecated]
* [Removed]
* [Fixed]
* [Security]
---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.8.3",
"date": "21/07/2023",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.3.2",
"leafletExtVersion": "2.3.3",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.2",
"itownsExtName": "French Geoportal Extension for Itowns",
Expand Down

0 comments on commit c22c577

Please sign in to comment.