From bfd7ca01566564e8840e3f4f734f90d89af49a8e Mon Sep 17 00:00:00 2001
From: Matthieu Benoist <mbenoist@ausy-group.com>
Date: Thu, 9 Sep 2021 11:55:07 +0200
Subject: [PATCH] change glyph url for satellite view definition

---
 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 c4436921..e9286f31 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
       }
     },
-- 
GitLab