diff --git a/style.json b/style.json index 6afff22..2d91675 100644 --- a/style.json +++ b/style.json @@ -4642,7 +4642,19 @@ ], "text-field": "{name}", "symbol-placement": "line", - "text-rotation-alignment": "map" + "text-rotation-alignment": "map", + "text-allow-overlap": { + "stops": [ + [ + 0, + false + ], + [ + 18, + true + ] + ] + } }, "paint": { "text-halo-color": "#f8f4f0", @@ -4693,7 +4705,19 @@ ], "text-field": "{name}", "symbol-placement": "line", - "text-rotation-alignment": "map" + "text-rotation-alignment": "map", + "text-allow-overlap": { + "stops": [ + [ + 0, + false + ], + [ + 18, + true + ] + ] + } }, "paint": { "text-halo-blur": 0, @@ -4738,7 +4762,19 @@ ], "text-field": "{name}", "symbol-placement": "line", - "text-rotation-alignment": "map" + "text-rotation-alignment": "map", + "text-allow-overlap": { + "stops": [ + [ + 0, + false + ], + [ + 18, + true + ] + ] + } }, "paint": { "text-halo-blur": 0,