Browse Source

walk_amenities: add a type filter

master
parent
commit
2f5398e773
  1. 10
      walk_amenities.yaml

10
walk_amenities.yaml

@ -45,6 +45,16 @@ feature:
{{ type_data.sign|raw }}
priority: |-
{{ type_data.priority }}
filter:
type:
name: |
{{ trans('filter:type') }}
type: select
show_default: true
values: |-
{% for kv, d in const %}
<option value='{{ kv }}' query='nwr[{{ kv }}]'>{{ tagTrans(kv|split('=')[0], kv|split('=')[1]) }}</option>
{% endfor %}
const:
highway=crossing:
priority: 10

Loading…
Cancel
Save