Skip to content

Commit

Permalink
Merge branch 'release-3.5.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 19, 2024
2 parents d149586 + 11c2dc5 commit 8ae5c30
Show file tree
Hide file tree
Showing 7 changed files with 138,836 additions and 47,295 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.5.0-beta4",
"date": "15/12/2023",
"SDK2DVersion": "3.5.0-beta4",
"SDK3DVersion": "3.5.0-beta4",
"version": "3.5.0",
"date": "19/03/2024",
"SDK2DVersion": "3.5.0",
"SDK3DVersion": "3.5.0",
"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 @@ -39,6 +39,7 @@
"openlayers",
"itowns",
"geoportail",
"geoplateforme",
"webservice",
"javascript"
],
Expand Down Expand Up @@ -72,8 +73,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/develop/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta4.tgz",
"geoportal-extensions-openlayers": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz",
"geoportal-extensions-itowns": "2.5.0",
"geoportal-extensions-openlayers": "3.4.0",
"handlebars": "^4.7.5",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion samples-src/pages/3d/page-boostRelief-bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Test de l'ajout du control BoostRelief</h1>
format : "wmts",
outputFormat : "image/x-bil;bits=32",
noDataValue : -99999,
url : "https://wxs.ign.fr/{{apikey4}}/geoportail/wmts",
url : "https://data.geopf.fr/wmts",
layer : "ELEVATION.ELEVATIONGRIDCOVERAGE",
styleName : "normal",
tileMatrixSet : "WGS84G",
Expand Down
Loading

0 comments on commit 8ae5c30

Please sign in to comment.