-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
70 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
# SDK Geoportail 2D/3D, version 3.0.10 | ||
# SDK Geoportail 2D/3D, version 3.0.11 | ||
|
||
**01/04/2020 : version 3.0.10** | ||
**02/04/2020 : version 3.0.11** | ||
> Release SDK Geoportail 2D/3D | ||
## Summary | ||
|
||
Hotfix sur la gestion des sprites des couches mapbox et sur l'editeur de couches mapbox | ||
Mise à jour des librairies sous-jacentes et corrections sur le controle d'edition des styles mapbox. | ||
|
||
## Changelog | ||
|
||
* [Added] | ||
|
||
* [Changed] | ||
|
||
- mise à jour de l'extensions géoporatil pour openlayers en version 3.0.9 | ||
- mise à jour de l'extension géoportail pour openlayers en version 3.0.10 | ||
- mise à jour de l'extension géoportail pour itowns en version 2.2.9 | ||
- mise à jour de la dépendance ol-mapbox-style en version 4.2.1 | ||
|
||
* [Removed] | ||
|
||
* [Fixed] | ||
|
||
- fix sur le widget editor | ||
|
||
* [Deprecated] | ||
|
||
* [Security] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"module" : "src/SDK2D.js", | ||
"date" : "01/04/2020", | ||
"description" : "French Geoportal SDK based on OpenLayers (2D)", | ||
"bugs" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk/issues" | ||
}, | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"name" : "@ignf-geoportal/sdk-2d", | ||
"main" : "dist/GpSDK2D-src.js", | ||
"directories" : {}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git" | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git", | ||
"type" : "git" | ||
}, | ||
"scripts" : {}, | ||
"license" : "CECILL-B", | ||
"keywords" : [ | ||
"openlayers", | ||
"geoportail", | ||
"webservice", | ||
"javascript" | ||
], | ||
"author" : "IGNF", | ||
"dependencies" : { | ||
"ol" : "5.3.0", | ||
"geoportal-extensions-openlayers" : "3.0.9" | ||
"geoportal-extensions-openlayers" : "3.0.10" | ||
}, | ||
"description" : "French Geoportal SDK based on OpenLayers (2D)", | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"version" : "3.0.10" | ||
"keywords" : [ | ||
"openlayers", | ||
"geoportail", | ||
"webservice", | ||
"javascript" | ||
], | ||
"main" : "dist/GpSDK2D-src.js", | ||
"version" : "3.0.11", | ||
"license" : "CECILL-B", | ||
"directories" : {}, | ||
"module" : "src/SDK2D.js", | ||
"author" : "IGNF", | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"name" : "@ignf-geoportal/sdk-2d", | ||
"scripts" : {}, | ||
"date" : "02/04/2020" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"author" : "IGNF", | ||
"version" : "3.0.10", | ||
"scripts" : {}, | ||
"main" : "dist/GpSDK3D-src.js", | ||
"bugs" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk/issues" | ||
}, | ||
"directories" : {}, | ||
"module" : "src/SDK3D.js", | ||
"license" : "CECILL-B", | ||
"name" : "@ignf-geoportal/sdk-3d", | ||
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", | ||
"date" : "02/04/2020", | ||
"module" : "src/SDK3D.js", | ||
"repository" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git", | ||
"type" : "git" | ||
}, | ||
"dependencies" : { | ||
"geoportal-extensions-openlayers" : "3.0.9", | ||
"geoportal-extensions-openlayers" : "3.0.10", | ||
"itowns" : "2.19.0", | ||
"geoportal-extensions-itowns" : "2.2.8", | ||
"ol" : "5.3.0" | ||
}, | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git" | ||
"ol" : "5.3.0", | ||
"geoportal-extensions-itowns" : "2.2.9" | ||
}, | ||
"directories" : {}, | ||
"keywords" : [ | ||
"openlayers", | ||
"itowns", | ||
"geoportail", | ||
"webservice", | ||
"javascript" | ||
], | ||
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", | ||
"date" : "01/04/2020" | ||
"license" : "CECILL-B", | ||
"bugs" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk/issues" | ||
}, | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"version" : "3.0.11", | ||
"main" : "dist/GpSDK3D-src.js", | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"author" : "IGNF", | ||
"scripts" : {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters