Browse Source

Culture: show museum type (tag museum=*)

places
parent
commit
8fea2ae3d3
  1. 8
      culture.json

8
culture.json

@ -43,7 +43,13 @@
"{% set value = tags.tourism %}", "{% set value = tags.tourism %}",
"{% endif %}" "{% endif %}"
], ],
"description": "{{ tagTrans(key, value) }}",
"description": [
"{{ tagTrans(key, value) }}",
"",
"{% if tags.tourism == 'museum' and tags.museum %}",
"({{ tagTrans('museum', tags.museum) }})",
"{% endif %}"
],
"body": [ "body": [
"<ul>", "<ul>",
"{% if tags.inscription %}", "{% if tags.inscription %}",

Loading…
Cancel
Save