2021-10-14 17:39:07 +02:00
|
|
|
|
{
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"id": "shops",
|
|
|
|
|
"name": {
|
|
|
|
|
"en": "Shop",
|
|
|
|
|
"fr": "Magasin",
|
|
|
|
|
"ru": "Магазин",
|
|
|
|
|
"ja": "店",
|
|
|
|
|
"nl": "Winkel",
|
2022-04-09 17:35:21 +02:00
|
|
|
|
"de": "Geschäfte",
|
2022-04-13 18:42:40 +02:00
|
|
|
|
"eo": "Butiko",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"ca": "Botiga",
|
2022-11-02 13:47:34 +01:00
|
|
|
|
"es": "Tienda",
|
|
|
|
|
"pa_PK": "دکان"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
},
|
2023-04-30 12:50:50 +02:00
|
|
|
|
"minzoom": 12,
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"source": {
|
|
|
|
|
"osmTags": {
|
|
|
|
|
"and": [
|
2023-06-30 02:32:57 +02:00
|
|
|
|
{
|
|
|
|
|
"or": [
|
|
|
|
|
"shop~*",
|
|
|
|
|
"craft=shoe_repair",
|
|
|
|
|
"craft=key_cutter"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-05-14 23:03:54 +02:00
|
|
|
|
"shop!=mall"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"title": {
|
|
|
|
|
"render": {
|
|
|
|
|
"en": "Shop",
|
|
|
|
|
"fr": "Magasin",
|
|
|
|
|
"ru": "Магазин",
|
|
|
|
|
"ja": "店",
|
|
|
|
|
"nl": "Winkel",
|
|
|
|
|
"de": "Geschäft",
|
2022-04-13 18:42:40 +02:00
|
|
|
|
"eo": "Butiko",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"ca": "Botiga",
|
2022-11-02 13:47:34 +01:00
|
|
|
|
"es": "Tienda",
|
|
|
|
|
"pa_PK": "دکان"
|
2021-10-14 17:39:07 +02:00
|
|
|
|
},
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"mappings": [
|
|
|
|
|
{
|
|
|
|
|
"if": {
|
|
|
|
|
"and": [
|
|
|
|
|
"name~*"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"then": {
|
|
|
|
|
"en": "{name}",
|
|
|
|
|
"fr": "{name}",
|
|
|
|
|
"ru": "{name}",
|
|
|
|
|
"ja": "{name}",
|
|
|
|
|
"de": "{name}",
|
2022-04-03 03:17:10 +02:00
|
|
|
|
"eo": "{name}",
|
2022-04-13 18:42:40 +02:00
|
|
|
|
"nl": "{name}",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"ca": "{name}",
|
|
|
|
|
"es": "{name}"
|
2021-10-14 17:39:07 +02:00
|
|
|
|
}
|
2021-11-07 14:37:21 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": {
|
|
|
|
|
"and": [
|
|
|
|
|
"shop!~yes"
|
|
|
|
|
]
|
2021-10-14 17:39:07 +02:00
|
|
|
|
},
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"then": {
|
|
|
|
|
"en": "{shop}",
|
|
|
|
|
"fr": "{shop}",
|
|
|
|
|
"ru": "{shop}",
|
|
|
|
|
"ja": "{shop}",
|
|
|
|
|
"de": "{shop}",
|
2022-04-03 03:17:10 +02:00
|
|
|
|
"eo": "{shop}",
|
2022-04-13 18:42:40 +02:00
|
|
|
|
"nl": "{shop}",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"ca": "{shop}",
|
|
|
|
|
"es": "{shop}"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "A shop",
|
|
|
|
|
"fr": "Un magasin",
|
|
|
|
|
"ja": "ショップ",
|
|
|
|
|
"nl": "Een winkel",
|
|
|
|
|
"ru": "Магазин",
|
|
|
|
|
"de": "Ein Geschäft",
|
2022-06-03 01:42:58 +02:00
|
|
|
|
"eo": "Butiko",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"hu": "Egy bolt",
|
2023-03-24 12:23:42 +01:00
|
|
|
|
"es": "Una tienda",
|
|
|
|
|
"ca": "Una botiga"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
},
|
|
|
|
|
"tagRenderings": [
|
|
|
|
|
"images",
|
|
|
|
|
{
|
|
|
|
|
"question": {
|
|
|
|
|
"en": "What is the name of this shop?",
|
2022-06-27 09:29:23 +02:00
|
|
|
|
"fr": "Qu'est-ce que le nom de ce magasin ?",
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"ru": "Как называется этот магазин?",
|
|
|
|
|
"ja": "このお店の名前は何ですか?",
|
|
|
|
|
"nl": "Wat is de naam van deze winkel?",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"de": "Wie ist der Name dieses Geschäfts?",
|
|
|
|
|
"es": "¿Cual es el nombre de esta tienda?"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
},
|
2022-07-26 12:17:54 +02:00
|
|
|
|
"render": {
|
2022-07-27 10:16:11 +02:00
|
|
|
|
"en": "This shop is called <i>{name}</i>",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"de": "Der Name des Geschäfts lautet <i>{name}</i>",
|
2023-01-13 03:58:43 +01:00
|
|
|
|
"nl": "Deze zaak heet <i>{name}</i>",
|
|
|
|
|
"ca": "La botiga s'anomena <i>{name}</i>"
|
2022-07-26 12:17:54 +02:00
|
|
|
|
},
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"freeform": {
|
|
|
|
|
"key": "name"
|
|
|
|
|
},
|
2022-07-26 12:17:54 +02:00
|
|
|
|
"id": "shops-name"
|
2021-10-14 18:29:39 +02:00
|
|
|
|
},
|
2021-11-07 14:37:21 +01:00
|
|
|
|
{
|
2022-07-03 13:18:34 +02:00
|
|
|
|
"builtin": "id_presets.shop_types",
|
|
|
|
|
"override": {
|
|
|
|
|
"question": {
|
|
|
|
|
"en": "What kind of shop is this?",
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"nl": "Wat voor soort winkel is dit?",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Um was für ein Geschäft handelt es sich?",
|
|
|
|
|
"fr": "Quel genre de magasin est-ce?"
|
2022-07-10 03:58:07 +02:00
|
|
|
|
},
|
|
|
|
|
"render": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "This is a {shop}",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Das ist ein {shop}",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "C'est une {shop}",
|
|
|
|
|
"nl": "Dit is een {shop}"
|
2022-07-10 03:58:07 +02:00
|
|
|
|
},
|
|
|
|
|
"freeform": {
|
|
|
|
|
"key": "shop",
|
2022-07-10 18:37:23 +02:00
|
|
|
|
"addExtraTags": [
|
|
|
|
|
"fixme=freeform shop key used, to be reviewed"
|
|
|
|
|
]
|
2023-06-30 02:32:57 +02:00
|
|
|
|
},
|
|
|
|
|
"condition": "craft="
|
2022-07-03 13:18:34 +02:00
|
|
|
|
}
|
2021-10-14 17:39:07 +02:00
|
|
|
|
},
|
2022-07-02 02:45:59 +02:00
|
|
|
|
"opening_hours",
|
|
|
|
|
"website",
|
|
|
|
|
"email",
|
|
|
|
|
"phone",
|
2022-02-04 00:40:30 +01:00
|
|
|
|
"payment-options",
|
2022-07-26 12:17:54 +02:00
|
|
|
|
"level",
|
2022-07-08 15:37:31 +02:00
|
|
|
|
{
|
|
|
|
|
"id": "copyshop-print-sizes",
|
|
|
|
|
"condition": {
|
|
|
|
|
"or": [
|
|
|
|
|
"shop~.*copyshop.*",
|
2023-02-07 05:37:26 +01:00
|
|
|
|
"shop~.*stationery.*",
|
2022-07-08 15:37:31 +02:00
|
|
|
|
"service:print=yes"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"question": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "What paper formats does this shop offer?",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Welche Papierformate bietet das Geschäft an?",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "Quels formats de papier cette boutique propose-t-elle ?",
|
|
|
|
|
"nl": "Op welke papiergroottes kan deze zaak printen?"
|
2022-07-08 15:37:31 +02:00
|
|
|
|
},
|
|
|
|
|
"multiAnswer": true,
|
|
|
|
|
"mappings": [
|
|
|
|
|
{
|
|
|
|
|
"if": "service:print:A4=yes",
|
|
|
|
|
"then": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "This shop can print on papers of size A4",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Das Geschäft kann Unterlagen auf A4 Papier drucken",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "Cette boutique peut imprimer sur des papiers de format A4",
|
|
|
|
|
"nl": "Deze zaak kan printen op A4-formaat"
|
2022-07-08 15:37:31 +02:00
|
|
|
|
},
|
|
|
|
|
"ifnot": "service:print:A4=no"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "service:print:A3=yes",
|
|
|
|
|
"then": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "This shop can print on papers of size A3",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Das Geschäft kann Unterlagen auf A3 Papier drucken",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "Cette boutique peut imprimer sur des papiers de format A3",
|
|
|
|
|
"nl": "Deze zaak kan printen op A3-formaat"
|
2022-07-08 15:37:31 +02:00
|
|
|
|
},
|
|
|
|
|
"ifnot": "service:print:A3=no"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "service:print:A2=yes",
|
|
|
|
|
"then": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "This shop can print on papers of size A2",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Das Geschäft kann Unterlagen auf A2 Papier drucken",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "Cette boutique peut imprimer sur des papiers de format A2",
|
|
|
|
|
"nl": "Deze zaak kan printen op A2-formaat"
|
2022-07-08 15:37:31 +02:00
|
|
|
|
},
|
|
|
|
|
"ifnot": "service:print:A2=no"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "service:print:A1=yes",
|
|
|
|
|
"then": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "This shop can print on papers of size A1",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Das Geschäft kann Unterlagen auf A1 Papier drucken",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "Cette boutique peut imprimer sur des papiers de format A1",
|
|
|
|
|
"nl": "Deze zaak kan printen op A1-formaat"
|
2022-07-08 15:37:31 +02:00
|
|
|
|
},
|
|
|
|
|
"ifnot": "service:print:A1=no"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "service:print:A0=yes",
|
|
|
|
|
"then": {
|
2022-07-26 10:51:14 +02:00
|
|
|
|
"en": "This shop can print on papers of size A0",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"de": "Das Geschäft kann Unterlagen auf A0 Papier drucken",
|
2022-07-28 09:30:45 +02:00
|
|
|
|
"fr": "Cette boutique peut imprimer sur des papiers de format A0",
|
|
|
|
|
"nl": "Deze zaak kan printen op A0-formaat"
|
2022-07-08 15:37:31 +02:00
|
|
|
|
},
|
|
|
|
|
"ifnot": "service:print:A0=no"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2022-08-10 17:29:08 +02:00
|
|
|
|
"internet",
|
|
|
|
|
"internet-fee",
|
|
|
|
|
"internet-ssid",
|
2022-11-29 20:45:57 +01:00
|
|
|
|
{
|
|
|
|
|
"id": "organic",
|
|
|
|
|
"question": {
|
2022-12-16 13:40:25 +01:00
|
|
|
|
"en": "Does this shop offer organic products?",
|
|
|
|
|
"de": "Bietet dieses Geschäft Bioprodukte an?",
|
2023-01-29 18:02:06 +01:00
|
|
|
|
"nl": "Biedt deze winkel biologische producten aan?",
|
|
|
|
|
"ca": "Aquesta botiga ofereix productes orgànics?"
|
2022-11-29 20:45:57 +01:00
|
|
|
|
},
|
|
|
|
|
"mappings": [
|
|
|
|
|
{
|
|
|
|
|
"if": "organic=yes",
|
|
|
|
|
"then": {
|
2022-12-16 13:40:25 +01:00
|
|
|
|
"en": "This shop offers organic products",
|
|
|
|
|
"de": "Dieses Geschäft bietet Bio-Produkte an",
|
2023-01-13 03:58:43 +01:00
|
|
|
|
"nl": "Deze winkel biedt biologische producten aan",
|
|
|
|
|
"ca": "Aquesta botiga ofereix productes orgànics"
|
2022-11-29 20:45:57 +01:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "organic=only",
|
|
|
|
|
"then": {
|
2022-12-16 13:40:25 +01:00
|
|
|
|
"en": "This shop only offers organic products",
|
|
|
|
|
"de": "Dieses Geschäft bietet ausschließlich Bio-Produkte an",
|
2023-01-29 18:02:06 +01:00
|
|
|
|
"nl": "Deze winkel biedt uitluitend biologische producten aan",
|
|
|
|
|
"ca": "Aquesta botiga sols ofereix productes orgànics"
|
2022-11-29 20:45:57 +01:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "organic=no",
|
|
|
|
|
"then": {
|
2022-12-16 13:40:25 +01:00
|
|
|
|
"en": "This shop does not offer organic products",
|
|
|
|
|
"de": "Dieses Geschäft bietet keine Bioprodukte an",
|
2023-01-29 18:02:06 +01:00
|
|
|
|
"nl": "Deze winkel heeft geen biologische producten",
|
|
|
|
|
"ca": "Aquesta botiga no ofereix productes orgànics"
|
2022-11-29 20:45:57 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"condition": {
|
|
|
|
|
"or": [
|
|
|
|
|
"shop=supermarket",
|
|
|
|
|
"shop=convenience",
|
|
|
|
|
"shop=farm",
|
|
|
|
|
"shop=greengrocer",
|
|
|
|
|
"shop=health_food",
|
|
|
|
|
"shop=clothes",
|
2022-11-29 20:56:45 +01:00
|
|
|
|
"shop=shoes",
|
|
|
|
|
"shop=butcher",
|
|
|
|
|
"shop=cosmetics",
|
|
|
|
|
"shop=deli",
|
|
|
|
|
"shop=bakery",
|
|
|
|
|
"shop=alcohol",
|
|
|
|
|
"shop=seafood",
|
|
|
|
|
"shop=beverages",
|
|
|
|
|
"shop=florist"
|
2022-11-29 20:45:57 +01:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"questions",
|
|
|
|
|
"reviews"
|
|
|
|
|
],
|
|
|
|
|
"presets": [
|
|
|
|
|
{
|
|
|
|
|
"tags": [
|
|
|
|
|
"shop=yes"
|
|
|
|
|
],
|
|
|
|
|
"title": {
|
2022-04-03 03:10:06 +02:00
|
|
|
|
"en": "a shop",
|
2022-03-29 21:55:49 +02:00
|
|
|
|
"fr": "une magasin",
|
2021-11-07 14:37:21 +01:00
|
|
|
|
"ru": "Магазин",
|
|
|
|
|
"ja": "店",
|
2022-03-29 21:55:49 +02:00
|
|
|
|
"nl": "een winkel",
|
2022-06-01 20:21:16 +02:00
|
|
|
|
"de": "ein Geschäft",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"eo": "Butiko",
|
|
|
|
|
"es": "una tienda"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
},
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Add a new shop",
|
|
|
|
|
"fr": "Ajouter un nouveau magasin",
|
|
|
|
|
"ru": "Добавить новый магазин",
|
|
|
|
|
"ja": "新しい店を追加する",
|
|
|
|
|
"nl": "Voeg een nieuwe winkel toe",
|
|
|
|
|
"de": "Ein neues Geschäft hinzufügen",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"eo": "Enmeti novan butikon",
|
|
|
|
|
"es": "Añadir una nueva tienda"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"deletion": {
|
|
|
|
|
"softDeletionTags": {
|
|
|
|
|
"and": [
|
2022-08-13 10:33:41 +02:00
|
|
|
|
"shop=",
|
|
|
|
|
"disused:shop:={shop}"
|
2021-11-07 14:37:21 +01:00
|
|
|
|
]
|
2022-03-14 20:45:17 +01:00
|
|
|
|
},
|
2022-03-14 22:57:01 +01:00
|
|
|
|
"extraDeleteReasons": [
|
|
|
|
|
{
|
|
|
|
|
"explanation": {
|
|
|
|
|
"nl": "{title()} is permanent gestopt",
|
2022-04-18 01:47:54 +02:00
|
|
|
|
"en": "{title()} has closed down permanently",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"de": "{title()} wurde dauerhaft geschlossen",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"es": "{title()} ha cerrado permanentemente",
|
|
|
|
|
"fr": "{title()} a fermé définitivement"
|
2022-03-14 22:57:01 +01:00
|
|
|
|
},
|
|
|
|
|
"changesetMessage": "shop_closed"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-11-07 14:37:21 +01:00
|
|
|
|
},
|
2021-11-07 15:31:55 +01:00
|
|
|
|
"allowMove": true,
|
|
|
|
|
"mapRendering": [
|
|
|
|
|
{
|
|
|
|
|
"icon": {
|
2022-07-03 13:18:34 +02:00
|
|
|
|
"builtin": "id_presets.shop_rendering",
|
|
|
|
|
"override": {
|
2023-06-12 01:17:20 +02:00
|
|
|
|
"render": "./assets/layers/id_presets/maki-shop.svg",
|
|
|
|
|
"+mappings": [
|
|
|
|
|
{
|
|
|
|
|
"if": {
|
2023-06-14 01:03:37 +02:00
|
|
|
|
"or": [
|
|
|
|
|
"shop=vacant",
|
|
|
|
|
"shop=disused",
|
|
|
|
|
"disused:shop=yes"
|
|
|
|
|
]
|
2023-06-12 01:17:20 +02:00
|
|
|
|
},
|
|
|
|
|
"then": "circle:white;./assets/layers/shops/shop-disused.svg"
|
2023-06-30 02:32:57 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "craft=shoemaker",
|
|
|
|
|
"then": "circle:white;./assets/layers/id_presets/temaki-hammer_shoe.svg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": "craft=key_cutter",
|
|
|
|
|
"then": "circle:white;./assets/layers/id_presets/fas-key.svg"
|
2023-06-12 01:17:20 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
2022-07-03 13:18:34 +02:00
|
|
|
|
}
|
2021-11-07 15:31:55 +01:00
|
|
|
|
},
|
|
|
|
|
"iconBadges": [
|
2021-10-20 02:01:27 +02:00
|
|
|
|
{
|
2021-11-07 15:31:55 +01:00
|
|
|
|
"if": "opening_hours~*",
|
2023-02-03 03:54:59 +01:00
|
|
|
|
"then": "icons.isOpen"
|
2022-11-29 20:45:57 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if": {
|
|
|
|
|
"or": [
|
|
|
|
|
"organic=yes",
|
|
|
|
|
"organic=only"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"then": "./assets/layers/food/organic.svg"
|
2021-10-19 03:00:57 +02:00
|
|
|
|
}
|
2021-11-07 15:31:55 +01:00
|
|
|
|
],
|
2022-03-16 00:20:15 +01:00
|
|
|
|
"label": {
|
|
|
|
|
"mappings": [
|
|
|
|
|
{
|
|
|
|
|
"if": "name~*",
|
|
|
|
|
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-06-20 03:14:45 +02:00
|
|
|
|
"iconSize": "40,40",
|
2021-11-07 15:31:55 +01:00
|
|
|
|
"location": [
|
|
|
|
|
"point",
|
|
|
|
|
"centroid"
|
2023-06-20 03:14:45 +02:00
|
|
|
|
],
|
|
|
|
|
"anchor": "center"
|
2021-11-07 15:31:55 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-20 03:14:18 +02:00
|
|
|
|
"color": "#00f",
|
|
|
|
|
"width": "8"
|
2021-11-07 15:31:55 +01:00
|
|
|
|
}
|
2022-04-04 05:12:14 +02:00
|
|
|
|
],
|
|
|
|
|
"filter": [
|
2022-09-14 16:29:41 +02:00
|
|
|
|
"open_now",
|
2022-04-04 05:12:14 +02:00
|
|
|
|
{
|
|
|
|
|
"id": "shop-type",
|
2022-04-07 03:14:21 +02:00
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"fields": [
|
|
|
|
|
{
|
|
|
|
|
"name": "search",
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
2022-06-07 03:36:22 +02:00
|
|
|
|
"osmTags": "shop~i~.*{search}.*",
|
2022-04-07 03:14:21 +02:00
|
|
|
|
"question": {
|
2022-04-09 17:35:21 +02:00
|
|
|
|
"en": "Only show shops selling {search}",
|
2022-04-13 18:42:40 +02:00
|
|
|
|
"de": "Nur Geschäfte, die {search} verkaufen",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"nl": "Toon enkel winkels die {search} verkopen",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"es": "Solo mostrar tiendas que vendan {search}",
|
|
|
|
|
"fr": "N'afficher que les magasins vendant {search}"
|
2022-04-07 03:14:21 +02:00
|
|
|
|
}
|
2022-04-04 05:12:14 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "shop-name",
|
2022-04-07 03:14:21 +02:00
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"fields": [
|
|
|
|
|
{
|
|
|
|
|
"name": "search",
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
2022-06-07 03:36:22 +02:00
|
|
|
|
"osmTags": "name~i~.*{search}.*",
|
2022-04-07 03:14:21 +02:00
|
|
|
|
"question": {
|
2022-04-09 17:35:21 +02:00
|
|
|
|
"en": "Only show shops with name {search}",
|
2022-04-13 18:42:40 +02:00
|
|
|
|
"de": "Nur Geschäfte mit dem Namen {search} anzeigen",
|
2022-06-19 22:13:38 +02:00
|
|
|
|
"nl": "Toon enkel winkels met naam {search}",
|
2022-07-27 10:13:31 +02:00
|
|
|
|
"es": "Solo mostrar tiendas con nombre {search}",
|
|
|
|
|
"fr": "N'afficher que les magasins portant le nom {search}"
|
2022-04-07 03:14:21 +02:00
|
|
|
|
}
|
2022-04-04 05:12:14 +02:00
|
|
|
|
}
|
2022-04-07 03:14:21 +02:00
|
|
|
|
]
|
2022-04-22 16:58:48 +02:00
|
|
|
|
},
|
2022-09-14 16:29:41 +02:00
|
|
|
|
"accepts_cash",
|
2022-11-29 20:45:57 +01:00
|
|
|
|
"accepts_cards",
|
|
|
|
|
"has_organic"
|
2021-11-07 15:31:55 +01:00
|
|
|
|
]
|
2023-06-12 01:17:20 +02:00
|
|
|
|
}
|