From 949f22e332f737302354650d6399474d9a2ffa6b Mon Sep 17 00:00:00 2001 From: elias couppe Date: Thu, 10 Mar 2022 16:15:00 +0100 Subject: [PATCH 1/4] docs(3D:Controls): ajout dans le REAME-SDK-3D de la mention du boostrelief --- DRAFT_CHANGELOG.md | 6 ++---- README-SDK-3D.md | 6 ++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index a4c0dca34..42273eee4 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -1,20 +1,18 @@ # SDK Geoportail 2D/3D, version 3.3.10 -**04/03/2022 : version 3.3.10** +**xx/xx/2022 : version 3.3.10** > Release SDK Geoportail 2D/3D ## Summary -Mise à jour de l'extension géoportail pour iTowns en version 2.3.6, pour utilisation d'iTowns 2.37 dans le SDK 3D - ## Changelog * [Added] * [Changed] - - update iTowns en version 2.37 + - READMESDK-3D : mention du control de boostrelief * [Removed] diff --git a/README-SDK-3D.md b/README-SDK-3D.md index 25833355d..1d8e5400e 100644 --- a/README-SDK-3D.md +++ b/README-SDK-3D.md @@ -542,6 +542,12 @@ Les outils disponibles en 2D uniquement sont les suivants : * calcul de profil altimétrique (["elevationpath"](https://ignf.github.io/geoportal-sdk/latest/jsdoc/Gp.ControlOptions.html#elevationpath)) + +L'outil disponible en 3D uniquement est le suivant : + +* exagération du relief (["boostrelief"](https://ignf.github.io/geoportal-sdk/latest/jsdoc/Gp.ControlOptions.html#boostrelief)) + + *NB* : on peut ajouter, modifier ou retirer les outils de la carte à tout moment après son chargement initial à l'aide des méthodes [addControls()](https://ignf.github.io/geoportal-sdk/latest/jsdoc/Gp.Map.html#addControls), [modifyControls()](https://ignf.github.io/geoportal-sdk/latest/jsdoc/Gp.Map.html#modifyControls) ou [removeControls()](https://ignf.github.io/geoportal-sdk/latest/jsdoc/Gp.Map.html#removeControls) de l'objet map retourné par la fonction Gp.map.load(). [Voir la partie "Interaction avec la carte"](#interact) From 30e2c00941194f2b5ad38397639b34d6798c0370 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Tue, 15 Mar 2022 16:51:15 +0100 Subject: [PATCH 2/4] update(package): utilisation isochrone v2 (tgz local) --- DRAFT_CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 42273eee4..05fd8a0d9 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -13,6 +13,7 @@ * [Changed] - READMESDK-3D : mention du control de boostrelief + - utilisation service d'isochrone v2 * [Removed] diff --git a/package.json b/package.json index e55a200c7..7f25f0613 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "exports-loader": "^0.7.0", "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", - "geoportal-extensions-itowns": "2.3.6", - "geoportal-extensions-openlayers": "3.2.9", + "geoportal-extensions-itowns": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/feature/new-iso/build/scripts/release/geoportal-extensions-itowns-2.3.6.tgz", + "geoportal-extensions-openlayers": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/feature/new-iso/build/scripts/release/geoportal-extensions-openlayers-3.2.9.tgz", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4", From eebaed352bd7c856cb20edbefea861c6c596d0b6 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Wed, 23 Mar 2022 20:03:41 +0100 Subject: [PATCH 3/4] update(package): ext-ol 3.2.10 pour isochrone v2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f25f0613..210122ce3 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "exports-loader": "^0.7.0", "expose-loader": "^0.7.5", "fs-extra": "^9.0.0", - "geoportal-extensions-itowns": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/feature/new-iso/build/scripts/release/geoportal-extensions-itowns-2.3.6.tgz", - "geoportal-extensions-openlayers": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/feature/new-iso/build/scripts/release/geoportal-extensions-openlayers-3.2.9.tgz", + "geoportal-extensions-itowns": "2.3.6", + "geoportal-extensions-openlayers": "3.2.10", "handlebars": "^4.7.5", "handlebars-layouts": "^3.1.4", "html-webpack-plugin": "^4.0.4", From 343af59d087af6be3eb563755a79f80295253a29 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Wed, 23 Mar 2022 20:09:56 +0100 Subject: [PATCH 4/4] release sdk 3.3.11 --- DRAFT_CHANGELOG.md | 8 +++++--- package.json | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 05fd8a0d9..6af55832c 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -1,11 +1,13 @@ -# SDK Geoportail 2D/3D, version 3.3.10 +# SDK Geoportail 2D/3D, version 3.3.11 -**xx/xx/2022 : version 3.3.10** +**23/03/2022 : version 3.3.11** > Release SDK Geoportail 2D/3D ## Summary +Utilisation du service d'isochrone v2 + ## Changelog * [Added] @@ -13,7 +15,7 @@ * [Changed] - READMESDK-3D : mention du control de boostrelief - - utilisation service d'isochrone v2 + - utilisation service d'isochrone v2 (#92) * [Removed] diff --git a/package.json b/package.json index 210122ce3..925e1f833 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "geoportal-sdk", - "version": "3.3.10", - "date": "04/03/2022", - "SDK2DVersion": "3.3.10", - "SDK3DVersion": "3.3.10", + "version": "3.3.11", + "date": "23/03/2022", + "SDK2DVersion": "3.3.11", + "SDK3DVersion": "3.3.11", "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",