From b9b48f37502798a41b95a027953d91e1f7949cd4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 4 Aug 2023 16:20:09 +0000 Subject: [PATCH 1/4] update CHANGELOG for Itowns --- DRAFT_CHANGELOG.md | 6 +----- doc/CHANGELOG-itowns.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 11d0870d..55da810d 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -60,6 +60,7 @@ Mise à jour de la bibliothèque d'accès aux services Géoportail. + # Extension Geoportail Itowns, version __VERSION__ **__DATE__** @@ -67,17 +68,12 @@ Mise à jour de la bibliothèque d'accès aux services Géoportail. ## Summary -Mise à jour de la bibliothèque d'accès aux services Géoportail. - - ## Changelog * [Added] * [Changed] - - access-lib 3.3.3 (#369) - * [Deprecated] * [Removed] diff --git a/doc/CHANGELOG-itowns.md b/doc/CHANGELOG-itowns.md index 69ebd881..be9932b1 100644 --- a/doc/CHANGELOG-itowns.md +++ b/doc/CHANGELOG-itowns.md @@ -96,6 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail Itowns, version 2.4.2](#extension-geoportail-itowns-version-242) * [Summary](#summary-28) * [Changelog](#changelog-27) +- [Extension Geoportail Itowns, version 2.4.3](#extension-geoportail-itowns-version-243) + * [Summary](#summary-29) + * [Changelog](#changelog-28) @@ -883,3 +886,30 @@ Mise à jour de la version de la bibliothèque d'accès 3.3.2 * [Security] --- +# Extension Geoportail Itowns, version 2.4.3 + +**04/08/2023** +> Release Extension Geoportail itowns + +## Summary + +Mise à jour de la bibliothèque d'accès aux services Géoportail. + + +## Changelog + +* [Added] + +* [Changed] + + - access-lib 3.3.3 (#369) + +* [Deprecated] + +* [Removed] + +* [Fixed] + +* [Security] + +--- From 3efee51392414c2858df86bb765bd4a81c8fb2f3 Mon Sep 17 00:00:00 2001 From: "jean-philippe.bazonnais" Date: Tue, 22 Aug 2023 00:38:15 +0200 Subject: [PATCH 2/4] =?UTF-8?q?Fix=20sur=20le=20rendu=20du=20vecteur=20tui?= =?UTF-8?q?l=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/OpenLayers/Controls/LayerImport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenLayers/Controls/LayerImport.js b/src/OpenLayers/Controls/LayerImport.js index feeb80e6..e3a904d2 100644 --- a/src/OpenLayers/Controls/LayerImport.js +++ b/src/OpenLayers/Controls/LayerImport.js @@ -1430,7 +1430,7 @@ var LayerImport = (function (Control) { // editeur de styles var editor = new Editor({ target : self._mapBoxResultsListContainer, - style : p.styles, + style : JSON.parse(JSON.stringify(p.styles)), // clone scope : this, events : { "editor:onloaded" : self._onLoadedMapBox, // utile ? From 582edd28cfa0a6e2d698a1f5ebb92d52e2fbdea2 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Mon, 28 Aug 2023 12:06:15 +0200 Subject: [PATCH 3/4] =?UTF-8?q?update(changelog):=20mise=20=C3=A0=20jour?= =?UTF-8?q?=20du=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DRAFT_CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 55da810d..e0123ac6 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -9,6 +9,8 @@ ## Summary +Correctif mineur sur le chargement et l'affichage des styles de flux de tuiles vectorielles + ## Changelog * [Added] @@ -21,6 +23,8 @@ * [Fixed] + - Copie des styles vecteur tuilés dans l'outil d'import (3efee51392414c2858df86bb765bd4a81c8fb2f3) + * [Security] --- From e870419f72df18def21693cc1b0902c2c5163eca Mon Sep 17 00:00:00 2001 From: elias couppe Date: Mon, 28 Aug 2023 15:19:26 +0200 Subject: [PATCH 4/4] update(package): ext-ol 2.3.4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 50673c13..e2880cf7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "geoportal-extensions", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", - "version": "2.8.4", - "date": "04/08/2023", + "version": "2.8.5", + "date": "28/08/2023", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.3.3", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.3.3", + "olExtVersion": "3.3.4", "itownsExtName": "French Geoportal Extension for Itowns", "itownsExtVersion": "2.4.3", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",