From 6bdf373518602ff816165ba8194e3f685ba0a571 Mon Sep 17 00:00:00 2001 From: Math1985 Date: Fri, 20 Sep 2013 02:17:07 +0200 Subject: [PATCH] Fix rendering tracks without tracktype Make sure that tracks without tracktype render as before merging #tracks-notunnel-nobridge into #roads-fill, by providing defaults. --- roads.mss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roads.mss b/roads.mss index 5f5f19b84a..26b244733d 100644 --- a/roads.mss +++ b/roads.mss @@ -1091,12 +1091,14 @@ b/line-color: @track-fill; b/line-cap: round; b/line-join: round; + b/line-dasharray: 3,4; [zoom >= 13][zoom < 14] { line-width: 2.5; b/line-width: 1.2; - b/line-dasharray: 3,4; } [zoom >= 14] { + line-width: 3; + b/line-width: 1.5; [tracktype = 'grade1'] { line-width: 3.5; b/line-width: 2;