Browse Source

kerbs: remove wheelchair config (unused)

parking-lanes
parent
commit
8abe30b4ae
  1. 9
      kerbs.yaml

9
kerbs.yaml

@ -21,7 +21,7 @@ feature:
{% if type == 'way' %} {% if type == 'way' %}
line line
{% else %} {% else %}
{{ markerCircle({ radius: 5, width: 2, fillOpacity: 1, fillColor: const.kerb[kerb], color: const.wheelchair[wheelchair] }) }}
{{ markerCircle({ radius: 5, width: 2, fillOpacity: 1, fillColor: const.kerb[kerb], color: 'black' }) }}
{% endif %} {% endif %}
details: | details: |
{% if tags.kerb and tags.kerb != 'yes' %}{{ tagTrans('kerb', tags.kerb) }}{% endif %} {% if tags.kerb and tags.kerb != 'yes' %}{{ tagTrans('kerb', tags.kerb) }}{% endif %}
@ -55,7 +55,6 @@ feature:
fillOpacity: 1 fillOpacity: 1
width: 1 width: 1
color: black color: black
{{ const.wheelchair[wheelchair] }}
info: | info: |
{{ tagTrans('barrier', 'kerb') }}: {{ tagTrans('barrier', 'kerb') }}:
<table> <table>
@ -77,9 +76,3 @@ const:
raised: '#af0000' raised: '#af0000'
rolled: '#af7f00' rolled: '#af7f00'
unknown: '#7f7f7f' unknown: '#7f7f7f'
wheelchair:
designated: '#00ff7f'
yes: '#00ff00'
no: '#ff0000'
limited: '#ffff00'
unknown: '#ffffff'
Loading…
Cancel
Save