|
@ -10,7 +10,6 @@ |
|
|
"body": "{{ tagTransList('shop', tags.shop) }}", |
|
|
"body": "{{ tagTransList('shop', tags.shop) }}", |
|
|
"description": "{{ tagTransList('shop', tags.shop) }}", |
|
|
"description": "{{ tagTransList('shop', tags.shop) }}", |
|
|
"markerSign": "{% set c = current.sign %}{% if c|slice(0, 3) == 'fa-' %}<i class=\"fa {{ c }}\"></i>{% else %}{{ c|raw }}{% endif %}", |
|
|
"markerSign": "{% set c = current.sign %}{% if c|slice(0, 3) == 'fa-' %}<i class=\"fa {{ c }}\"></i>{% else %}{{ c|raw }}{% endif %}", |
|
|
"__": "need better icons for: bakery, butcher, cheese, ice_cream, ", |
|
|
|
|
|
"__": "no icons for: brewing_supplies, charity, second_hand, variety_store" |
|
|
"__": "no icons for: brewing_supplies, charity, second_hand, variety_store" |
|
|
}, |
|
|
}, |
|
|
"const": { |
|
|
"const": { |
|
@ -19,67 +18,119 @@ |
|
|
}, |
|
|
}, |
|
|
"shops": [ |
|
|
"shops": [ |
|
|
{ |
|
|
{ |
|
|
"types": [ "alcohol", "beverages" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"alcohol", |
|
|
|
|
|
"beverages" |
|
|
|
|
|
], |
|
|
"sign": "fa-beer" |
|
|
"sign": "fa-beer" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "baby_goods" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"baby_goods" |
|
|
|
|
|
], |
|
|
"sign": "🚼" |
|
|
"sign": "🚼" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "bag", "general" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"bag", |
|
|
|
|
|
"general" |
|
|
|
|
|
], |
|
|
"sign": "fa-shopping-bag" |
|
|
"sign": "fa-shopping-bag" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "bakery", "confectionery", "pastry" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"bakery", |
|
|
|
|
|
"confectionery", |
|
|
|
|
|
"pastry" |
|
|
|
|
|
], |
|
|
"sign": "fa-birthday-cake" |
|
|
"sign": "fa-birthday-cake" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "boutique", "clothes", "fabric", "fashion", "leather", "sewing", "tailor" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"boutique", |
|
|
|
|
|
"clothes", |
|
|
|
|
|
"fabric", |
|
|
|
|
|
"fashion", |
|
|
|
|
|
"leather", |
|
|
|
|
|
"sewing", |
|
|
|
|
|
"tailor" |
|
|
|
|
|
], |
|
|
"sign": "👚" |
|
|
"sign": "👚" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "butcher", "cheese", "chocolate", "deli", "dairy", "farm", "greengrocer", "pasta", "spices" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"butcher", |
|
|
|
|
|
"cheese", |
|
|
|
|
|
"chocolate", |
|
|
|
|
|
"deli", |
|
|
|
|
|
"dairy", |
|
|
|
|
|
"farm", |
|
|
|
|
|
"greengrocer", |
|
|
|
|
|
"pasta", |
|
|
|
|
|
"spices" |
|
|
|
|
|
], |
|
|
"sign": "fa-cutlery" |
|
|
"sign": "fa-cutlery" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "coffee", "tea" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"coffee", |
|
|
|
|
|
"tea" |
|
|
|
|
|
], |
|
|
"sign": "fa-coffee" |
|
|
"sign": "fa-coffee" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "convenience" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"convenience" |
|
|
|
|
|
], |
|
|
"sign": "fa-shopping-basket" |
|
|
"sign": "fa-shopping-basket" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "department_store", "mall" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"department_store", |
|
|
|
|
|
"mall" |
|
|
|
|
|
], |
|
|
"sign": "fa-building" |
|
|
"sign": "fa-building" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "hairdresser" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"hairdresser" |
|
|
|
|
|
], |
|
|
"sign": "👱" |
|
|
"sign": "👱" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "ice_cream" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"ice_cream" |
|
|
|
|
|
], |
|
|
"sign": "🍨" |
|
|
"sign": "🍨" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "jewelry" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"jewelry" |
|
|
|
|
|
], |
|
|
"sign": "💍" |
|
|
"sign": "💍" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "kiosk" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"kiosk" |
|
|
|
|
|
], |
|
|
"sign": "fa-newspaper-o" |
|
|
"sign": "fa-newspaper-o" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "shoes" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"shoes" |
|
|
|
|
|
], |
|
|
"sign": "👟" |
|
|
"sign": "👟" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "supermarket" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"supermarket" |
|
|
|
|
|
], |
|
|
"sign": "fa-shopping-cart" |
|
|
"sign": "fa-shopping-cart" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ "watches" ], |
|
|
|
|
|
|
|
|
"types": [ |
|
|
|
|
|
"watches" |
|
|
|
|
|
], |
|
|
"sign": "⌚" |
|
|
"sign": "⌚" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|