From d92f554c80ad70c7e9c33e195d3b44db00d5aa4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 10 Dec 2022 09:55:00 +0100 Subject: [PATCH] footways: body, support sidewalk=left/right/both --- footways.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/footways.yaml b/footways.yaml index 0b39fda..77ae078 100644 --- a/footways.yaml +++ b/footways.yaml @@ -120,7 +120,7 @@ feature: {% endif %} {% endif %} - {% if attribute(tags, 'sidewalk:left')|default(attribute(tags, 'sidewalk:both')) %} + {% if attribute(tags, 'sidewalk:left')|default(attribute(tags, 'sidewalk:both')) or tags.sidewalk in ['left', 'both'] %}
  • {{ keyTrans('sidewalk:left') }}:
  • {% endif %} - {% if attribute(tags, 'sidewalk:right')|default(attribute(tags, 'sidewalk:both')) %} + {% if attribute(tags, 'sidewalk:right')|default(attribute(tags, 'sidewalk:both')) or tags.sidewalk in ['right', 'both'] %}
  • {{ keyTrans('sidewalk:right') }}: