{
"type": "overpass",
"name": {
"ast": "Compres",
"cs": "Obchody",
"de": "Einkauf",
"el": "Αγορές",
"en": "Shopping",
"et": "Ostmine",
"fr": "Magasins/Boutiques",
"hu": "Vásárlás",
"it": "Acquisti",
"ja": "ショッピング",
"nl": "Winkelen",
"pl": "Zakupy",
"pt": "Compras",
"pt-br": "Compras",
"ro": "Cumpărături",
"ru": "Покупки",
"uk": "Торгівля"
},
"query": {
"14": "(node[shop~'^(mall|department_store)$'];way[shop~'^(mall|department_store)$'];relation[shop~'^(mall|department_store)$'];);",
"16": "(node[shop];way[shop];relation[shop];);"
},
"feature": {
"pre": [
"{% set shop0 = tags.shop|split(';')[0] %}",
"{% set current = const.default %}",
"{% if const.shops[shop0] %}",
" {% set current = const.shops[shop0] %}",
"{% endif %}"
],
"description": [
"{% if tags.shop == 'yes' %}",
" {{ keyTrans('shop') }}",
"{% else %}",
" {{ tagTransList('shop', tags.shop) }}",
"{% endif %}"
],
"markerSign": [
"{% set c = current.sign %}",
"{% if c|slice(0, 4) == 'fas:' %}",
" ",
"{% elseif c|slice(0, 4) == 'far:' %}",
" ",
"{% elseif c|slice(0, 5) == 'maki:' %}",
" ",
"{% else %}",
" {{ c|raw }}",
"{% endif %}"
],
"body": [
"