-
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
7 changed files
with
79 additions
and
58 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,20 +1,33 @@ | ||
# SDK Geoportail 2D/3D, version 3.0.8 | ||
# SDK Geoportail 2D/3D, version 3.0.9 | ||
|
||
**06/03/2020 : version 3.0.8** | ||
**31/03/2020 : version 3.0.9** | ||
> Release SDK Geoportail 2D/3D | ||
## Summary | ||
|
||
Amelioration des outils de deboggage et de contribution | ||
Correction mineure sur le vecteur tuilé | ||
|
||
## Changelog | ||
|
||
* [Added] | ||
|
||
- Ajout des infos détaillées de build dans les bundles SDK | ||
- Ajout de templates pour PR et issues | ||
|
||
* [Changed] | ||
- Mise à jour de geoportal-extensions-itowns en version 2.2.8 | ||
- Mise à jour de geoportal-extensions-openlayers en version 3.0.8 | ||
|
||
* [Removed] | ||
|
||
* [Fixed] | ||
|
||
- Correction de l'ajout des couches mapBox en 3D qui n'ont pas de propriétés de styles annexes | ||
- Corrections sur la gestion de cartes multiples au sein d'une même page (et adaptation exemples) | ||
- Forcage de la version de mapbox-gl-style-spec (cf https://github.com/openlayers/ol-mapbox-style/issues/261) | ||
- Mise à jour du plugin "terser-webpack-plugin" | ||
|
||
* [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 @@ | ||
{ | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"description" : "French Geoportal SDK based on OpenLayers (2D)", | ||
"main" : "dist/GpSDK2D-src.js", | ||
"date" : "06/03/2020", | ||
"bugs" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk/issues" | ||
}, | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"keywords" : [ | ||
"openlayers", | ||
"geoportail", | ||
"webservice", | ||
"javascript" | ||
], | ||
"license" : "CECILL-B", | ||
"name" : "@ignf-geoportal/sdk-2d", | ||
"module" : "src/SDK2D.js", | ||
"dependencies" : { | ||
"ol" : "5.3.0", | ||
"geoportal-extensions-openlayers" : "3.0.7" | ||
"geoportal-extensions-openlayers" : "3.0.8" | ||
}, | ||
"directories" : {}, | ||
"version" : "3.0.8", | ||
"license" : "CECILL-B", | ||
"repository" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git", | ||
"type" : "git" | ||
"type" : "git", | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git" | ||
}, | ||
"module" : "src/SDK2D.js", | ||
"version" : "3.0.9", | ||
"main" : "dist/GpSDK2D-src.js", | ||
"author" : "IGNF", | ||
"date" : "31/03/2020", | ||
"bugs" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk/issues" | ||
}, | ||
"description" : "French Geoportal SDK based on OpenLayers (2D)", | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"name" : "@ignf-geoportal/sdk-2d", | ||
"scripts" : {}, | ||
"author" : "IGNF" | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
] | ||
} |
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 @@ | ||
{ | ||
"name" : "@ignf-geoportal/sdk-3d", | ||
"scripts" : {}, | ||
"author" : "IGNF", | ||
"module" : "src/SDK3D.js", | ||
"version" : "3.0.8", | ||
"date" : "31/03/2020", | ||
"main" : "dist/GpSDK3D-src.js", | ||
"directories" : {}, | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", | ||
"dependencies" : { | ||
"itowns" : "2.19.0", | ||
"geoportal-extensions-openlayers" : "3.0.8", | ||
"ol" : "5.3.0", | ||
"geoportal-extensions-itowns" : "2.2.8" | ||
}, | ||
"keywords" : [ | ||
"openlayers", | ||
"itowns", | ||
"geoportail", | ||
"webservice", | ||
"javascript" | ||
], | ||
"directories" : {}, | ||
"date" : "06/03/2020", | ||
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", | ||
"author" : "IGNF", | ||
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", | ||
"dependencies" : { | ||
"ol" : "5.3.0", | ||
"geoportal-extensions-itowns" : "2.2.7", | ||
"geoportal-extensions-openlayers" : "3.0.7", | ||
"itowns" : "2.19.0" | ||
"name" : "@ignf-geoportal/sdk-3d", | ||
"version" : "3.0.9", | ||
"scripts" : {}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git" | ||
}, | ||
"license" : "CECILL-B", | ||
"bugs" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk/issues" | ||
}, | ||
"license" : "CECILL-B", | ||
"files" : [ | ||
"dist/", | ||
"src/", | ||
"LICENCE.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"repository" : { | ||
"url" : "https://github.com/IGNF/geoportal-sdk.git", | ||
"type" : "git" | ||
} | ||
"module" : "src/SDK3D.js" | ||
} |
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
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