{ "type": "overpass", "name": { "en": "Christmas" }, "query": { "14": [ "(", "node[\"xmas:feature\"];", "way[\"xmas:feature\"];", "relation[\"xmas:feature\"];", ")" ] }, "feature": { "title": "{{ attribute(tags, \"xmas:name\")|default(trans(\"unnamed\")) }}", "description": "{{ tagTransList(\"xmas:feature\", attribute(tags, \"xmas:feature\")) }}", "body": [ "{% if attribute(tags, 'xmas:location') %}", "
  • ", " ", " {{ keyTrans('location') }}:", " ", " {{ attribute(tags, 'xmas:location') }}", " ", "
  • ", "{% endif %}", "", "{% if attribute(tags, 'xmas:day_date') %}", "
  • ", " ", " Open:", " ", " {{ attribute(tags, 'xmas:day_date') }}", " ", "
  • ", "{% endif %}", "", "{% if attribute(tags, 'xmas:opening_hours') %}", "
  • ", " ", " {{ keyTrans('opening_hours') }}:", " ", " {{ attribute(tags, 'xmas:opening_hours') }}", " ", "
  • ", "{% endif %}", "", "{% if attribute(tags, 'xmas:url') %}", "
  • ", " ", " {{ keyTrans('website') }}:", " ", " {{ attribute(tags, 'xmas:url') }}", " ", "
  • ", "{% endif %}" ], "markerSign": [ "{{ attribute(const, attribute(tags, 'xmas:feature'))|raw }}", "" ] }, "const": { "market": "", "tree": "", "shop": "", "event": "" }, "info": [ "", "{% for value, icon in const %}", " ", " ", " ", " ", "{% endfor %}", "
    {{ markerCircle({})|raw }}
    {{ icon|raw }}
    {{ tagTrans('xmas:feature', value) }}
    " ] }