Browse Source

footways: translation segregated path

pedestrian
parent
commit
2ff0a4e8ed
  1. 4
      footways.yaml

4
footways.yaml

@ -78,8 +78,8 @@ feature:
{% if tags.footway %}
{{ tagTrans('footway', tags.footway) }}
{% elseif tags.highway %}
{% if tags.segregated %}
{{ tagTrans('highway', tags.highway ~ ' segregated=' ~ tags.segregated) }}
{% if tags.highway in ['path', 'cycleway'] and tags.segregated %}
{{ tagTrans('highway', 'cycleway segregated=' ~ tags.segregated) }}
{% else %}
{{ tagTrans('highway', tags.highway) }}
{% endif %}

Loading…
Cancel
Save