{ "type": "overpass", "name": { "de": "Weihnachten", "en": "Christmas", "fr": "Noël", "hu": "Karácsony", "pt-br": "Natal" }, "query": { "13": [ "(", "node[\"xmas:feature\"];", "way[\"xmas:feature\"];", "relation[\"xmas:feature\"];", ")" ] }, "feature": { "pre": [ "{% set isCurrent = meta.timestamp >= \"now\"|date_modify('-10 month')|date('Y') %}", "{% set bgColor = isCurrent ? '#f2756a' : 'red' %}" ], "title": "{{ attribute(tags, \"xmas:name\")|default(trans(\"unnamed\")) }}", "description": "{{ tagTransList(\"xmas:feature\", attribute(tags, \"xmas:feature\")) }}", "body": [ "{% if not isCurrent %}", "
{{ repoTrans('xmas:outdated-warning') }}
", "{% endif %}", "", "{% 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 }}", "markerSymbol": "{{ markerPointer({\"fillColor\":bgColor})|raw }}", "listMarkerSymbol": "{{ markerCircle({\"fillColor\":bgColor})|raw }}" }, "const": { "market": "", "tree": "", "shop": "", "event": "" }, "info": [ "", "{% for value, icon in const %}", " ", " ", " ", " ", "{% endfor %}", " ", " ", " ", " ", "
    {{ markerCircle({})|raw }}
    {{ icon|raw }}
    {{ tagTrans('xmas:feature', value) }}
    {{ markerCircle({\"fillColor\":\"red\"})|raw }}{{ repoTrans('outdated feature') }}
    " ] }