{
"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 %}{% for v in const.shops %}{% if shop0 in v.types %}{% set current = v %}{% endif %}{% endfor %}",
"description": "{{ tagTransList('shop', tags.shop) }}",
"markerSign": "{% set c = current.sign %}{% if c|slice(0, 3) == 'fa-' %}{% else %}{{ c|raw }}{% endif %}"
},
"const": {
"default": {
"sign": "fa-shopping-bag"
},
"shops": [
{
"types": [
"alcohol",
"beverages"
],
"sign": "fa-beer"
},
{
"types": [
"baby_goods"
],
"sign": "🚼"
},
{
"types": [
"bag",
"general"
],
"sign": "fa-shopping-bag"
},
{
"types": [
"bakery",
"confectionery",
"pastry"
],
"sign": "fa-birthday-cake"
},
{
"types": [
"bicycle"
],
"sign": "🚲"
},
{
"types": [
"boutique",
"clothes",
"fabric",
"fashion",
"leather",
"sewing",
"tailor"
],
"sign": "👚"
},
{
"types": [
"butcher",
"cheese",
"chocolate",
"deli",
"dairy",
"farm",
"greengrocer",
"pasta",
"spices"
],
"sign": "fa-cutlery"
},
{
"types": [
"coffee",
"tea"
],
"sign": "fa-coffee"
},
{
"types": [
"convenience"
],
"sign": "fa-shopping-basket"
},
{
"types": [
"department_store",
"mall"
],
"sign": "fa-building"
},
{
"types": [
"electronics"
],
"sign": "📺"
},
{
"types": [
"fishing"
],
"sign": "🎣"
},
{
"types": [
"florist"
],
"sign": "🌷"
},
{
"types": [
"hairdresser"
],
"sign": "👱"
},
{
"types": [
"ice_cream"
],
"sign": "🍨"
},
{
"types": [
"jewelry"
],
"sign": "💍"
},
{
"types": [
"kiosk"
],
"sign": "fa-newspaper-o"
},
{
"types": [
"shoes"
],
"sign": "👟"
},
{
"types": [
"travel_agency"
],
"sign": "🧳"
},
{
"types": [
"supermarket"
],
"sign": "fa-shopping-cart"
},
{
"types": [
"watches"
],
"sign": "⌚"
}
]
},
"filter": {
"shop": {
"name": "{{ trans('filter:type') }}",
"type": "select",
"show_default": "true",
"values": "{% set list = [] %}{% for k, v in const.shops %}{% for t in v.types %}{% endfor %}{% endfor %}",
"op": "has"
},
"bulk_purchase": {
"name": "{{ keyTrans('bulk_purchase') }}",
"type": "radio",
"values": ""
}
}
}