From ef045dd4baf5732c20a5daf7d6a009211eb081ed Mon Sep 17 00:00:00 2001 From: Alessandro Cerioni <acerioni@grandlyon.com> Date: Sat, 6 Apr 2019 12:08:32 +0200 Subject: [PATCH] Removed references to ressources hosted by alpha.grandlyon.com. --- src/assets/mapbox-gl-styles/satellite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/mapbox-gl-styles/satellite.json b/src/assets/mapbox-gl-styles/satellite.json index 6d65d778..96542f23 100644 --- a/src/assets/mapbox-gl-styles/satellite.json +++ b/src/assets/mapbox-gl-styles/satellite.json @@ -3,14 +3,14 @@ "sources": { "raster-tiles": { "type": "raster", - "tiles": ["https://data-intothesky.alpha.grandlyon.com/ortholyon?bbox={bbox-epsg-3857}&format=image/jpeg&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&width=512&height=512&transparent=true&layers=ortho2015"], + "tiles": ["https://ortho.data.grandlyon.com/?bbox={bbox-epsg-3857}&format=image/jpeg&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&width=512&height=512&transparent=true&layers=ortho2015"], "maxzoom": 21, "attribution": "© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors" }, "openmaptiles": { "type": "vector", "tiles": [ - "https://data-intothesky.alpha.grandlyon.com/openmaptiles/data/v3/{z}/{x}/{y}.pbf" + "https://openmaptiles.data.grandlyon.com/data/v3/{z}/{x}/{y}.pbf" ], "minzoom": 0, "maxzoom": 22 @@ -113,4 +113,4 @@ } ] } - \ No newline at end of file + -- GitLab