From c88e5cbb691c585e7c18c4612145cb35e4c0fef9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 Jun 2023 16:32:32 +0000 Subject: [PATCH 1/2] update CHANGELOG for OpenLayers --- DRAFT_CHANGELOG.md | 26 +------------------ doc/CHANGELOG-openlayers.md | 50 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 25 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 2ab8b543..63d9c3b6 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -2,6 +2,7 @@ + # Extension Geoportail OpenLayers, version __VERSION__ **__DATE__** @@ -9,43 +10,18 @@ ## Summary -- Ajout du widget *Export* -- Import des couches de calculs (itineraire, isochrone et profil altimétrique) - ## Changelog * [Added] - - Widget d'export des tracés et des calculs au format GPX, KML et GeoJSON sur les contôles d'itineraire, d'isochrone et de profil altimétrique (#363) : - - ``` js - // exemple - var route = new ol.control.Route(); - map.addControl(route); - var exportRoute = new ol.control.Export({ - control : route, - format : "GPX" - }); - map.addControl(exportRoute); - ``` - - - Import des couches de calculs (itineraire, isochrone et profil altimétrique) au format GPX, KML et GeoJSON (#363). - - Widget d'export des tracés et calculs des contrôles d'itineraire, d'isochrone et de profil altimétrique (#357). - * [Changed] - - Mise à jour doc elevationPathControl (#365) - - transmission paramètre outputFormat=json par défaut pour mousePosition et elevationPath OpenLayers (#365) - * [Deprecated] * [Removed] * [Fixed] - - Fix sur le format KML avec l'affichage des labels - - Fix sur le profil altimétrique qui permet de construire le profil même si le panneau d'affichage est masqué (calcul en arrière plan). - * [Security] --- diff --git a/doc/CHANGELOG-openlayers.md b/doc/CHANGELOG-openlayers.md index 1f6be958..30b2c8f8 100644 --- a/doc/CHANGELOG-openlayers.md +++ b/doc/CHANGELOG-openlayers.md @@ -148,6 +148,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail OpenLayers, version 3.2.21](#extension-geoportail-openlayers-version-3221) * [Summary](#summary-44) * [Changelog](#changelog-41) +- [Extension Geoportail OpenLayers, version 3.2.22](#extension-geoportail-openlayers-version-3222) + * [Summary](#summary-45) + * [Changelog](#changelog-42) @@ -1608,3 +1611,50 @@ Amélioration du traitement pour les couches vecteur tuilé (documentation, lég * [Security] --- +# Extension Geoportail OpenLayers, version 3.2.22 + +**01/06/2023** +> Release Extension Geoportail openlayers + +## Summary + +- Ajout du widget *Export* +- Import des couches de calculs (itineraire, isochrone et profil altimétrique) + +## Changelog + +* [Added] + + - Widget d'export des tracés et des calculs au format GPX, KML et GeoJSON sur les contôles d'itineraire, d'isochrone et de profil altimétrique (#363) : + + ``` js + // exemple + var route = new ol.control.Route(); + map.addControl(route); + var exportRoute = new ol.control.Export({ + control : route, + format : "GPX" + }); + map.addControl(exportRoute); + ``` + + - Import des couches de calculs (itineraire, isochrone et profil altimétrique) au format GPX, KML et GeoJSON (#363). + - Widget d'export des tracés et calculs des contrôles d'itineraire, d'isochrone et de profil altimétrique (#357). + +* [Changed] + + - Mise à jour doc elevationPathControl (#365) + - transmission paramètre outputFormat=json par défaut pour mousePosition et elevationPath OpenLayers (#365) + +* [Deprecated] + +* [Removed] + +* [Fixed] + + - Fix sur le format KML avec l'affichage des labels + - Fix sur le profil altimétrique qui permet de construire le profil même si le panneau d'affichage est masqué (calcul en arrière plan). + +* [Security] + +--- From a8f6df7bb4bed91b289e4a3b8c49a3cfeffd179c Mon Sep 17 00:00:00 2001 From: elias couppe Date: Thu, 1 Jun 2023 18:46:38 +0200 Subject: [PATCH 2/2] release ext-itowns-2.3.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31a59a77..ed24c903 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.2.22", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.3.10", + "itownsExtVersion": "2.3.11", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js", "types": "dist/leaflet/index.d.ts, dist/openlayers/index.d.ts, dist/itowns/index.d.ts", "module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js",