diff --git a/public/static/libs/mapbox/style/customs/night-style.json b/public/static/libs/mapbox/style/customs/night-style.json index a24c342..538a472 100644 --- a/public/static/libs/mapbox/style/customs/night-style.json +++ b/public/static/libs/mapbox/style/customs/night-style.json @@ -1789,7 +1789,7 @@ "type": "symbol", "source": "openmaptiles", "source-layer": "transportation_name", - "minzoom": 11, + "minzoom": 10, "filter": [ "==", "$type", @@ -1797,9 +1797,9 @@ ], "layout": { "symbol-placement": "line", - "text-field": "{name:nonlatin} {name:nonlatin}", + "text-field": " {name:nonlatin}", "text-font": [ - "KlokanTech Noto Sans Regular" + "KlokanTech Noto Sans CJK Bold" ], "text-letter-spacing": 0.1, "text-rotation-alignment": "map", @@ -1808,11 +1808,11 @@ "stops": [ [ 10, - 16 + 8 ], [ - 15, - 16 + 20, + 14 ] ] },