From 5c75570e853c33ba9b6fd79c855c1b8435e9607f Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 27 Jun 2014 17:35:51 +0200 Subject: [PATCH] render footways, steps and paths from z14 Rendering from z13 resulted in ugly clutter in fully mapped areas. Rendering of cycleways and bridleways unchanged, as density of these ways is lower and there is almost no danger of messy clutter. --- roads.mss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roads.mss b/roads.mss index 534774d1ba..52deba60c8 100644 --- a/roads.mss +++ b/roads.mss @@ -1204,7 +1204,7 @@ } [feature = 'highway_steps'] { - [zoom >= 13][zoom < 15] { + [zoom >= 14][zoom < 15] { .roads-fill, .tunnels-fill { line-width: 6; line-color: @steps-casing; @@ -1261,7 +1261,7 @@ [feature = 'highway_footway'], [feature = 'highway_path'][foot = 'designated'] { - [zoom >= 13] { + [zoom >= 14] { .tunnels-fill { tunnelcasing/line-width: 5.5; tunnelcasing/line-color: @tunnel-casing; @@ -1283,7 +1283,6 @@ line/line-width: 1.5; } .bridges-fill { - [zoom >= 13] { line/line-width: 1.5; } [zoom >= 14] { line/line-width: 2; } } .tunnels-fill { @@ -1331,7 +1330,7 @@ * given the specitivity precedence. */ [feature = 'highway_path'] { - [zoom >= 13] { + [zoom >= 14] { .tunnels-fill { tunnelcasing/line-width: 5.5; tunnelcasing/line-color: @tunnel-casing;