Browse Source

culture: show theatre:genre=* resp. community_centre=*

pedestrian
parent
commit
d5c1b0869e
  1. 6
      culture.json

6
culture.json

@ -56,6 +56,12 @@
"",
"{% if tags.tourism == 'museum' and tags.museum %}",
"({{ tagTrans('museum', tags.museum) }})",
"{% endif %}",
"{% if tags.amenity == 'theatre' and attribute(tags, 'theatre:genre') %}",
"({{ tagTrans('theatre:genre', attribute(tags, 'theatre:genre')) }})",
"{% endif %}",
"{% if tags.amenity == 'community_centre' and tags.community_centre %}",
"({{ tagTrans('community_centre', tags.community_centre) }})",
"{% endif %}"
],
"body": [

Loading…
Cancel
Save