Browse Source

culture-media: improvements for 'man_made'

sidewalks-category
parent
commit
8cf36331d3
  1. 3
      culture-media.yaml

3
culture-media.yaml

@ -76,6 +76,8 @@ feature:
{{ tags.building == 'yes' ? keyTrans('building') : tagTrans('building', tags.building) }} {{ tags.building == 'yes' ? keyTrans('building') : tagTrans('building', tags.building) }}
{% elseif tags.heritage %} {% elseif tags.heritage %}
{{ keyTrans('heritage') }} {{ keyTrans('heritage') }}
{% elseif tags.man_made %}
{{ tagTrans('man_made', tags.man_made) }}
{% endif %} {% endif %}
markerSymbol: "{{ markerPointer({ fillColor: def.color })|raw }}" markerSymbol: "{{ markerPointer({ fillColor: def.color })|raw }}"
listMarkerSymbol: "{{ markerCircle({ fillColor: def.color })|raw }}" listMarkerSymbol: "{{ markerCircle({ fillColor: def.color })|raw }}"
@ -156,6 +158,7 @@ const:
amenity=theatre: amenity=theatre:
icon: '<i class="fas fa-theater-masks"></i>' icon: '<i class="fas fa-theater-masks"></i>'
heritage: heritage:
man_made:
other: other:
query: 'nwr[historic][historic!~"^(memorial|monument|wayside_cross|wayside_shrine|building)$"]' query: 'nwr[historic][historic!~"^(memorial|monument|wayside_cross|wayside_shrine|building)$"]'
trans: 'other' trans: 'other'

Loading…
Cancel
Save