Browse Source

cycle_turn_on_red: category which shows 'red_turn:*:bicycle=yes'

master
Stephan Bösch-Plepelits 12 months ago
parent
commit
fb8bba0ec4
  1. 10
      cycle_turn_on_red.yaml

10
cycle_turn_on_red.yaml

@ -0,0 +1,10 @@
query:
12: node[~"^red_turn:.*:bicycle$"~"^yes$"];
feature:
title: |
{{ tagTrans('highway', tags.highway) }}
body: |
<ul>
{% for k, v in tags %}
{% if k|matches('^red_turn:.*:bicycle$') and v == 'yes' %}<li>{{ k }}={{ v }}</li>{% endif %}
{% endfor %}
Loading…
Cancel
Save