From 7c2d7cd53a48b202d5f5349c18c5134f24d9aefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 20 Oct 2022 14:33:44 +0200 Subject: [PATCH] kerbs: remove wheelchair indication --- kerbs.yaml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/kerbs.yaml b/kerbs.yaml index 980b63c..df047c6 100644 --- a/kerbs.yaml +++ b/kerbs.yaml @@ -7,11 +7,6 @@ feature: {% set kerb = tags.kerb %} {% endif %} - {% set wheelchair = 'unknown' %} - {% if const.wheelchair[tags.wheelchair] %} - {% set wheelchair = tags.wheelchair %} - {% endif %} - description: | {{ tagTrans('barrier', 'kerb') }} body: | @@ -66,8 +61,8 @@ feature: fill: true radius: 6 fillOpacity: 1 - width: 2 - color: | + width: 1 + color: black {{ const.wheelchair[wheelchair] }} info: | {{ tagTrans('barrier', 'kerb') }}: @@ -76,18 +71,7 @@ info: | {{ markerLine({ styles: 'default,marker', style: { width: 2, color: color }, 'style:marker': { width: 2, offset: 2, color: color, dashArray: '2,9'} } ) }} - {{ markerCircle({ radius: 4, width: 2, fillOpacity: 1, color: color }) }} - - {{ v == 'unknown' ? trans('unknown') : tagTrans('kerb', v) }} - - {% endfor %} - - {{ keyTrans('wheelchair') }}: - - {% for v, color in const.wheelchair %} - -
- {{ markerCircle({ radius: 6, width: 2, fillOpacity: 1, fillColor: '#000000', color: color }) }} + {{ markerCircle({ radius: 4, width: 1, fillOpacity: 1, fillColor: color, color: 'black' }) }} {{ v == 'unknown' ? trans('unknown') : tagTrans('kerb', v) }}