diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 872fd5676..ac25be1a2 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -1,12 +1,12 @@ -# SDK Geoportail 2D/3D, version 3.3.1 +# SDK Geoportail 2D/3D, version 3.3.3 -**08/11/2021 : version 3.3.1** +**10/11/2021 : version 3.3.3** > Release SDK Geoportail 2D/3D ## Summary -* Upgrade des extensions geoportail pour utilisation de l'itinéraire v2 +* Correction couche itinéraire en doublon dans le layerSwitcher ## Changelog @@ -14,14 +14,14 @@ * [Changed] - - geoportal access lib 3.0.1 (#84) - - extension geoportail pour openlayers 3.1.0 (#84) + - geoportal access lib 3.0.3 + - extension geoportail pour openlayers 3.2.3 * [Removed] * [Fixed] - - correction sur l'affichage des ponctuels sur les KML / GPX en 3D (#85) + - correction sur l'affichage des couches itinéraires dans le layerSwitcher * [Deprecated] diff --git a/package.json b/package.json index df1923373..223fd76c5 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.3.2", - "date": "08/11/2021", - "SDK2DVersion": "3.3.2", - "SDK3DVersion": "3.3.2", + "version": "3.3.3", + "date": "10/11/2021", + "SDK2DVersion": "3.3.3", + "SDK3DVersion": "3.3.3", "description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", "main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js", "module": "src/SDK2D.js, src/SDK3D.js", @@ -72,7 +72,7 @@ "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", "geoportal-extensions-itowns": "2.3.3", - "geoportal-extensions-openlayers": "3.2.1", + "geoportal-extensions-openlayers": "3.2.3", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4",