diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index b414efd7f..a894f47e6 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -1,12 +1,12 @@ -# SDK Geoportail 2D/3D, version 3.2.0 +# SDK Geoportail 2D/3D, version 3.3.0 -**03/08/2021 : version 3.2.0** +**04/11/2021 : version 3.3.0** > Release SDK Geoportail 2D/3D ## Summary -* Upgrade d'OpenLayers et des extensions geoportail +* Upgrade des extensions geoportail pour utilisation de l'itinéraire v2 ## Changelog @@ -14,14 +14,15 @@ * [Changed] - - geoportal-extensions-openlayers@3.1.0 - - openlayers@6.3.1 - - itowns 2.33 + - geoportal access lib 3.0.1 (#84) + - extension geoportail pour openlayers 3.1.0 (#84) * [Removed] * [Fixed] - + + - correction sur l'affichage des ponctuels sur les KML / GPX en 3D (#85) + * [Deprecated] * [Security] diff --git a/package.json b/package.json index 8d172f0ce..f0ddebd42 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.2.0", - "date": "03/08/2021", - "SDK2DVersion": "3.2.0", - "SDK3DVersion": "3.2.0", + "version": "3.3.0", + "date": "04/11/2021", + "SDK2DVersion": "3.3.0", + "SDK3DVersion": "3.3.0", "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", diff --git a/src/Itowns/ItMapLayers.js b/src/Itowns/ItMapLayers.js index 31f938aa5..6964aee6c 100644 --- a/src/Itowns/ItMapLayers.js +++ b/src/Itowns/ItMapLayers.js @@ -601,6 +601,7 @@ ItMap.prototype._addVectorLayer = function (layerObj) { var vectorLayerOptions = { name : layer.id, transparent : true, + addLabelLayer : true, crs : "EPSG:4326", source : layer.source };