Browse Source

culture-media: add filters for place_of_worship and theatre

forgot in f761801712
parking-lanes
parent
commit
064df002df
  1. 2
      culture-media.yaml

2
culture-media.yaml

@ -77,6 +77,8 @@ filter:
<option value='historic-other' query='nwr[historic][historic!~"^(memorial|monument|wayside_cross|wayside_shrine|building)$"]'>{{ keyTrans('historic') }} {{ trans('other') }}</option>
<option value='fountain' query='nwr[amenity=fountain]'>{{ tagTrans('amenity', 'fountain') }}</option>
<option value='arts_centre' query='nwr[amenity=arts_centre]'>{{ tagTrans('amenity', 'arts_centre') }}</option>
<option value='place_of_worship' query='nwr[amenity=place_of_worship]'>{{ tagTrans('amenity', 'place_of_worship') }}</option>
<option value='theatre' query='nwr[amenity=theatre]'>{{ tagTrans('amenity', 'theatre') }}</option>
<option value='heritage' query='nwr[heritage]'>{{ keyTrans('heritage') }}</option>
op: "has"
info: |

Loading…
Cancel
Save