clearer path names

This commit is contained in:
vcoppe
2026-05-23 19:59:12 +02:00
parent fc1eb5a408
commit 668b0f6b23
+6 -3
View File
@@ -2542,9 +2542,10 @@
"text-size": ["interpolate", ["linear"], ["zoom"], 13, 12, 14, 13] "text-size": ["interpolate", ["linear"], ["zoom"], 13, 12, 14, 13]
}, },
"paint": { "paint": {
"text-color": "hsl(30,23%,62%)", "text-color": "#666",
"text-halo-color": "#f8f4f0", "text-halo-color": "#fff",
"text-halo-width": 0.5 "text-halo-blur": 0.5,
"text-halo-width": 1
} }
}, },
{ {
@@ -2578,6 +2579,7 @@
}, },
"paint": { "paint": {
"text-color": "#666", "text-color": "#666",
"text-halo-color": "#fff",
"text-halo-blur": 0.5, "text-halo-blur": 0.5,
"text-halo-width": 1 "text-halo-width": 1
} }
@@ -2609,6 +2611,7 @@
}, },
"paint": { "paint": {
"text-color": "#666", "text-color": "#666",
"text-halo-color": "#fff",
"text-halo-blur": 0.5, "text-halo-blur": 0.5,
"text-halo-width": 1 "text-halo-width": 1
} }