Skip to content

Commit

Permalink
release 3.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 23, 2022
2 parents f3ae39c + 343af59 commit 42b54fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
9 changes: 5 additions & 4 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# SDK Geoportail 2D/3D, version 3.3.10
# SDK Geoportail 2D/3D, version 3.3.11

**04/03/2022 : version 3.3.10**
**23/03/2022 : version 3.3.11**

> 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
Utilisation du service d'isochrone v2

## Changelog

* [Added]

* [Changed]

- update iTowns en version 2.37
- READMESDK-3D : mention du control de boostrelief
- utilisation service d'isochrone v2 (#92)

* [Removed]

Expand Down
6 changes: 6 additions & 0 deletions README-SDK-3D.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a id="switch_tools"/>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -73,7 +73,7 @@
"expose-loader": "^0.7.5",
"fs-extra": "^9.0.0",
"geoportal-extensions-itowns": "2.3.6",
"geoportal-extensions-openlayers": "3.2.9",
"geoportal-extensions-openlayers": "3.2.10",
"handlebars": "^4.7.5",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^4.0.4",
Expand Down

0 comments on commit 42b54fa

Please sign in to comment.