Browse Source

xmas: lint, german title

places
parent
commit
0cb5b80235
  1. 12
      xmas.json

12
xmas.json

@ -2,7 +2,8 @@
"type": "overpass", "type": "overpass",
"name": { "name": {
"en": "Christmas", "en": "Christmas",
"fr": "Noël"
"fr": "Noël",
"de": "Weihnachten"
}, },
"query": { "query": {
"13": [ "13": [
@ -65,18 +66,15 @@
"</li>", "</li>",
"{% endif %}" "{% endif %}"
], ],
"markerSign": [
"{{ attribute(const, attribute(tags, 'xmas:feature'))|raw }}",
""
],
"markerSign": "{{ attribute(const, attribute(tags, 'xmas:feature'))|raw }}",
"markerSymbol": "{{ markerPointer({\"fillColor\":bgColor})|raw }}", "markerSymbol": "{{ markerPointer({\"fillColor\":bgColor})|raw }}",
"listMarkerSymbol": "{{ markerCircle({\"fillColor\":bgColor})|raw }}" "listMarkerSymbol": "{{ markerCircle({\"fillColor\":bgColor})|raw }}"
}, },
"const": { "const": {
"market": "<img src='maki:commercial'>",
"market": "<img data-src='maki:commercial'>",
"tree": "<i class=\"fa fa-tree\" aria-hidden=\"true\"></i>", "tree": "<i class=\"fa fa-tree\" aria-hidden=\"true\"></i>",
"shop": "<i class=\"fa fa-shopping-basket\" aria-hidden=\"true\"></i>", "shop": "<i class=\"fa fa-shopping-basket\" aria-hidden=\"true\"></i>",
"event": "<img src='maki:amusement-park'>"
"event": "<img data-src='maki:amusement-park'>"
}, },
"info": [ "info": [
"<table>", "<table>",

Loading…
Cancel
Save