Skip to content

Commit

Permalink
fix(samples): update ressources wxs -> GPF
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 19, 2024
1 parent 432fec5 commit 5c39777
Show file tree
Hide file tree
Showing 12 changed files with 165,782 additions and 79,468 deletions.
2,446 changes: 584 additions & 1,862 deletions samples-src/resources/configFiles/cartesConfig.json

Large diffs are not rendered by default.

1,910 changes: 272 additions & 1,638 deletions samples-src/resources/configFiles/essentielsConfig.json

Large diffs are not rendered by default.

181,744 changes: 137,963 additions & 43,781 deletions samples-src/resources/configFiles/fullConfig.json

Large diffs are not rendered by default.

19,713 changes: 8,986 additions & 10,727 deletions samples-src/resources/data/mapbox/styles/planign/accentue.json

Large diffs are not rendered by default.

19,712 changes: 8,985 additions & 10,727 deletions samples-src/resources/data/mapbox/styles/planign/gris.json

Large diffs are not rendered by default.

19,713 changes: 8,986 additions & 10,727 deletions samples-src/resources/data/mapbox/styles/planign/standard.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/IGN_MNT.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"noDataValue" : -99999,
"source": {
"protocol": "wmts",
"url": "https://wxs.ign.fr/altimetrie/geoportail/wmts",
"url": "https://data.geopf/wmts",
"updateStrategy": {
"type": 1,
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"noDataValue" : -99999,
"source": {
"protocol": "wmts",
"url": "https://wxs.ign.fr/altimetrie/geoportail/wmts",
"url": "https://data.geopf/wmts",
"name": "ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES",
"attribution" : [{
"name" : "IGN",
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/IGN_MNT_SRTM.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"noDataValue" : -99999,
"source": {
"protocol": "wmts",
"url": "https://wxs.ign.fr/altimetrie/geoportail/wmts",
"url": "https://data.geopf/wmts",
"updateStrategy": {
"type": 1,
"options": {
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/Ortho.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "Ortho",
"source": {
"protocol": "wmts",
"url": "https://wxs.ign.fr/essentiels/geoportail/wmts",
"url": "https://data.geopf/wmts",
"crs" : "EPSG:3857",
"updateStrategy": {
"type": "0",
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/JSONLayers/PlanIgnV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"fx" : 2.5,
"source": {
"protocol": "wmts",
"url": "https://wxs.ign.fr/essentiels/geoportail/wmts",
"url": "https://data.geopf/wmts",
"updateStrategy": {
"type": 0,
"options": {}
Expand Down
2 changes: 1 addition & 1 deletion samples-src/resources/itowns/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var layerOrtho = {
"id": "Ortho",
"source" : {
"protocol": "wmts",
"url": "http://wxs.ign.fr/"+apiKey+"/geoportail/wmts",
"url": "https://data.geopf/wmts",
"crs" : "EPSG:3857",
"updateStrategy": {
"type": "0",
Expand Down

0 comments on commit 5c39777

Please sign in to comment.