From f1b4bdb3f06c202d192a1aaf435b047b74720de4 Mon Sep 17 00:00:00 2001 From: math1985 Date: Sun, 28 Oct 2018 18:15:00 +0100 Subject: [PATCH] Render intermittent streams/ditches/drains from z15 --- water.mss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/water.mss b/water.mss index 57366f72ab..92c8130a84 100644 --- a/water.mss +++ b/water.mss @@ -87,7 +87,8 @@ [waterway = 'ditch'], [waterway = 'drain'] { [int_tunnel = 'no'] { - [zoom >= 14] { + [int_intermittent != 'yes'][zoom >= 14], + [zoom >= 15] { line-width: 2.5; line-color: white; [waterway = 'stream'][zoom >= 15] { @@ -193,7 +194,8 @@ [waterway = 'stream'], [waterway = 'ditch'], [waterway = 'drain'] { - [zoom >= 14] { + [int_intermittent != 'yes'][zoom >= 14], + [zoom >= 15] { // the additional line of land color is used to provide a background for dashed casings [int_tunnel = 'yes'] { background/line-width: 2;