From 9454c89dc17dd22e31c221e2d7daaa004e44576c Mon Sep 17 00:00:00 2001 From: Bastien Potiron Date: Tue, 21 Nov 2023 13:50:05 +0100 Subject: [PATCH 1/3] Update IGN links to match with new changes of IGN --- frontend/config/map.json | 4 ++-- frontend/customization/config/map.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/config/map.json b/frontend/config/map.json index 2e764a5ce..9dcf019b3 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": "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" } } ], 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" } } ], From 6b254baf618db938416101b54b61b4efa7d43a0a Mon Sep 17 00:00:00 2001 From: babastienne Date: Fri, 1 Dec 2023 18:50:51 +0100 Subject: [PATCH 2/3] Update frontend/config/map.json --- frontend/config/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/map.json b/frontend/config/map.json index 9dcf019b3..da3c0cfb6 100644 --- a/frontend/config/map.json +++ b/frontend/config/map.json @@ -12,7 +12,7 @@ ], "mapSatelliteLayers": [ { - "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}", + "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": "Orthophotos - © IGN" } From 7f9edb537b9f543265367cb6452daa89c4400c5b Mon Sep 17 00:00:00 2001 From: Flo Date: Wed, 6 Dec 2023 17:32:01 +0100 Subject: [PATCH 3/3] Remove "https" from map url --- frontend/config/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/map.json b/frontend/config/map.json index da3c0cfb6..8eb5b2d28 100644 --- a/frontend/config/map.json +++ b/frontend/config/map.json @@ -12,7 +12,7 @@ ], "mapSatelliteLayers": [ { - "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}", + "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": "Orthophotos - © IGN" }