From 5a7d3983c7a24f7f9aa47c392ba611be300dc314 Mon Sep 17 00:00:00 2001 From: Flo Date: Wed, 6 Dec 2023 17:32:01 +0100 Subject: [PATCH] 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" }