Skip to content

Commit

Permalink
Merge branch 'hotfix-mapboxSprites'
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Apr 1, 2020
2 parents 6c13f9d + ab7cf7d commit e34e0c8
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 60 deletions.
19 changes: 5 additions & 14 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,24 @@
# SDK Geoportail 2D/3D, version 3.0.9
# SDK Geoportail 2D/3D, version 3.0.10

**31/03/2020 : version 3.0.9**
**01/04/2020 : version 3.0.10**
> Release SDK Geoportail 2D/3D
## Summary

Amelioration des outils de deboggage et de contribution
Correction mineure sur le vecteur tuilé
Hotfix sur la gestion des sprites des couches mapbox et sur l'editeur de couches mapbox

## 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

- mise à jour de l'extensions géoporatil pour openlayers en version 3.0.9

* [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]
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.0.9",
"date": "31/03/2020",
"SDK2DVersion": "3.0.9",
"SDK3DVersion": "3.0.9",
"version": "3.0.10",
"date": "01/04/2020",
"SDK2DVersion": "3.0.10",
"SDK3DVersion": "3.0.10",
"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 @@ -71,7 +71,7 @@
"expose-loader": "^0.7.5",
"fs-extra": "^8.1.0",
"geoportal-extensions-itowns": "2.2.8",
"geoportal-extensions-openlayers": "3.0.8",
"geoportal-extensions-openlayers": "3.0.9",
"handlebars": "^4.7.2",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^3.1.0",
Expand Down
40 changes: 20 additions & 20 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"module" : "src/SDK2D.js",
"dependencies" : {
"ol" : "5.3.0",
"geoportal-extensions-openlayers" : "3.0.8"
"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" : {},
"license" : "CECILL-B",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"version" : "3.0.9",
"main" : "dist/GpSDK2D-src.js",
"scripts" : {},
"license" : "CECILL-B",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"author" : "IGNF",
"date" : "31/03/2020",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
"dependencies" : {
"ol" : "5.3.0",
"geoportal-extensions-openlayers" : "3.0.9"
},
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"name" : "@ignf-geoportal/sdk-2d",
"scripts" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
]
],
"version" : "3.0.10"
}
42 changes: 21 additions & 21 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
{
"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",
"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",
"dependencies" : {
"geoportal-extensions-openlayers" : "3.0.9",
"itowns" : "2.19.0",
"geoportal-extensions-openlayers" : "3.0.8",
"ol" : "5.3.0",
"geoportal-extensions-itowns" : "2.2.8"
"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"
},
"keywords" : [
"openlayers",
Expand All @@ -23,18 +35,6 @@
"webservice",
"javascript"
],
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"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"
},
"module" : "src/SDK3D.js"
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"date" : "01/04/2020"
}

0 comments on commit e34e0c8

Please sign in to comment.