diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index dcde17a9d..bc9f4a146 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -6,7 +6,7 @@ ## Summary -Correction du calcul d'itinéraire et de l'affichage des tuiles vectorielles +Mise à jour de la bibliothèque d'accès et des extensions ## Changelog @@ -18,8 +18,8 @@ Correction du calcul d'itinéraire et de l'affichage des tuiles vectorielles * [Fixed] - - corrige tileGrid Vector Tile en 512px (16e7bd521012c52de10384a4a15b8b3889228d4b) - - widget itineraire utilise ressource bdtopo-valhalla dans le cas d'un itinéraire pieton en mode fastest (b80d384e72f6a752930a8c13a52bd7db09766351) + - isodistance de plus de 50km possible + - correction de la normalisation des URLs des services image * [Deprecated] diff --git a/package.json b/package.json index 47df64520..8b24cc1c0 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.5.1", - "date": "04/04/2024", - "SDK2DVersion": "3.5.1", - "SDK3DVersion": "3.5.1", + "version": "3.5.2", + "date": "15/05/2024", + "SDK2DVersion": "3.5.2", + "SDK3DVersion": "3.5.2", "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", @@ -74,7 +74,7 @@ "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", "geoportal-extensions-itowns": "2.5.0", - "geoportal-extensions-openlayers": "3.4.1", + "geoportal-extensions-openlayers": "3.4.3", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4", diff --git a/scripts/release/package-SDK2D.json b/scripts/release/package-SDK2D.json index 3a1f5425b..919e428b9 100644 --- a/scripts/release/package-SDK2D.json +++ b/scripts/release/package-SDK2D.json @@ -16,7 +16,7 @@ ], "module" : "src/SDK2D.js", "author" : "IGNF", - "version" : "3.5.0", + "version" : "3.5.2", "repository" : { "type" : "git", "url" : "https://github.com/IGNF/geoportal-sdk.git" @@ -24,7 +24,7 @@ "name" : "@ignf-geoportal/sdk-2d", "description" : "French Geoportal SDK based on OpenLayers (2D)", "license" : "CECILL-B", - "date" : "19/03/2024", + "date" : "15/05/2024", "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", "directories" : {}, "bugs" : { @@ -34,7 +34,7 @@ "node-fetch" : "^2.6.1", "xmldom" : "^0.1.27", "ol" : "6.9.0", - "geoportal-extensions-openlayers" : "3.4.0" + "geoportal-extensions-openlayers" : "3.4.3" }, "scripts" : {} } diff --git a/scripts/release/package-SDK3D.json b/scripts/release/package-SDK3D.json index 2a0201995..181fc9b8d 100644 --- a/scripts/release/package-SDK3D.json +++ b/scripts/release/package-SDK3D.json @@ -1,5 +1,5 @@ { - "date" : "19/03/2024", + "date" : "15/05/2024", "author" : "IGNF", "bugs" : { "url" : "https://github.com/IGNF/geoportal-sdk/issues" @@ -10,7 +10,7 @@ "itowns" : "2.38.2", "ol" : "6.9.0", "xmldom" : "^0.1.27", - "geoportal-extensions-openlayers" : "3.4.0", + "geoportal-extensions-openlayers" : "3.4.3", "geoportal-extensions-itowns" : "2.5.0", "node-fetch" : "^2.6.1" }, @@ -23,7 +23,7 @@ "url" : "https://github.com/IGNF/geoportal-sdk.git", "type" : "git" }, - "version" : "3.5.0", + "version" : "3.5.2", "files" : [ "dist/", "src/",