From 34d6ea1906577a8d3bdbcee7d8887ee6e8b0e07f Mon Sep 17 00:00:00 2001 From: jeisenbe <42757252+jeisenbe@users.noreply.github.com> Date: Thu, 17 Jan 2019 21:36:06 +0900 Subject: [PATCH] Add text-placement: line for ref of minor roads (#3627) --- roads.mss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roads.mss b/roads.mss index 24079508da..29c5f263c4 100644 --- a/roads.mss +++ b/roads.mss @@ -3019,7 +3019,8 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */ text-fill: #000; text-face-name: @book-fonts; - text-min-distance: 40; + text-placement: line; + text-repeat-distance: @major-highway-text-repeat-distance; text-halo-radius: 2; text-halo-fill: @standard-halo-fill; text-spacing: 760;