diff --git a/frontend/config/map.json b/frontend/config/map.json index 2e764a5ce..8eb5b2d28 100644 --- a/frontend/config/map.json +++ b/frontend/config/map.json @@ -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": "//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" } } ], diff --git a/frontend/customization/config/map.json b/frontend/customization/config/map.json index 23514e5df..d71bb8507 100644 --- a/frontend/customization/config/map.json +++ b/frontend/customization/config/map.json @@ -12,9 +12,9 @@ } }, { - "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 } @@ -22,9 +22,9 @@ ], "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" } } ],