Skip to content

Commit

Permalink
Update IGN links to match with new changes of IGN
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Potiron committed Nov 21, 2023
1 parent 64f6bb2 commit 9454c89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions frontend/config/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"mapSatelliteLayers": [
{
"url": "https://wxs.ign.fr/ortho/geoportail/wmts?&REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/jpeg&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"url": "https:////data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&STYLE=normal&FORMAT=image/jpeg&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"options": {
"attribution": "© IGN"
"attribution": "Orthophotos - © IGN"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions frontend/customization/config/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
}
},
{
"url": "//wxs.ign.fr/cartes/geoportail/wmts?&REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/png&LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"url": "//data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&STYLE=normal&FORMAT=image/png&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"options": {
"attribution": "© IGN",
"attribution": "Plan IGN V2 - © IGN",
"minZoom": 12,
"maxZoom": 20
}
}
],
"mapSatelliteLayers": [
{
"url": "//wxs.ign.fr/ortho/geoportail/wmts?&REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/jpeg&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"url": "//data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&STYLE=normal&FORMAT=image/jpeg&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"options": {
"attribution": "© IGN"
"attribution": "Orthophotos - © IGN"
}
}
],
Expand Down

0 comments on commit 9454c89

Please sign in to comment.