diff --git a/src/assets/mapbox-gl-styles/satellite.json b/src/assets/mapbox-gl-styles/satellite.json index c44369219e046763738dc639c56884d5d1909836..e9286f314127df58048e5e9b3cec64ff1a137e66 100644 --- a/src/assets/mapbox-gl-styles/satellite.json +++ b/src/assets/mapbox-gl-styles/satellite.json @@ -19,7 +19,7 @@ "maxzoom": 22 } }, - "glyphs": "https://openmaptiles.geo.data.gouv.fr/fonts/{fontstack}/{range}.pbf", + "glyphs": "https://minio.data.grandlyon.com/assets/mapbox-glyphs/{fontstack}/{range}.pbf", "layers": [ { "id": "satellite-tiles", @@ -61,8 +61,8 @@ "text-rotation-alignment": "map" }, "paint": { - "text-color": "#fff", - "text-halo-color": "black", + "text-color": "#333744", + "text-halo-color": "hsl(0, 0%, 100%)", "text-halo-width": 2 } },