From c706edec92380a2b19b8d1738d9ba4b5762e7a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 11 Dec 2022 12:38:59 +0100 Subject: [PATCH] footways: no fill for sidewalk left/right --- footways.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/footways.yaml b/footways.yaml index ea80e2e..4b3ca59 100644 --- a/footways.yaml +++ b/footways.yaml @@ -301,12 +301,14 @@ feature: offset: | {% if foot and tags.segregated == 'yes' %}-1{% else %}0{% endif %} style:left: + fill: false width: 3 offset: | {{ -5 / map.metersPerPixel }} color: | {{ const.categories.sidewalk.color }} style:right: + fill: false width: 3 offset: | {{ 5 / map.metersPerPixel }} @@ -314,6 +316,7 @@ feature: {{ const.categories.sidewalk.color }} style:leftr: + fill: false width: | {{ sidewalk_left ? 5 / map.metersPerPixel : 0 }} offset: | @@ -325,6 +328,7 @@ feature: {{ sidewalk_left in ['no', 'none'] ? '#000000' : const.categories.sidewalk.color }} style:rightr: + fill: false width: | {{ sidewalk_right ? 5 / map.metersPerPixel : 0 }} offset: |