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" ,
2023-10-30 13:44:27 +01:00
"pa_PK" : "دکان" ,
"cs" : "Obchod"
2021-11-07 14:37:21 +01:00
} ,
2023-10-30 18:08:38 +01:00
"description" : {
"en" : "A shop" ,
"fr" : "Un magasin" ,
"ja" : "ショップ" ,
"nl" : "Een winkel" ,
"ru" : "Магазин" ,
"de" : "Ein Geschäft" ,
"eo" : "Butiko" ,
"hu" : "Egy bolt" ,
"es" : "Una tienda" ,
"ca" : "Una botiga" ,
"cs" : "Obchod"
} ,
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
]
}
} ,
2023-10-30 18:08:38 +01:00
"minzoom" : 12 ,
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" ,
2023-10-30 13:44:27 +01:00
"pa_PK" : "دکان" ,
"cs" : "Obchod"
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}" ,
2023-10-30 13:44:27 +01:00
"es" : "{name}" ,
"cs" : "{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}" ,
2023-10-30 13:44:27 +01:00
"es" : "{shop}" ,
"cs" : "{shop}"
2021-11-07 14:37:21 +01:00
}
}
]
} ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
"icon" : {
"builtin" : "id_presets.shop_rendering" ,
"override" : {
"render" : "./assets/layers/id_presets/maki-shop.svg" ,
"+mappings" : [
2024-01-22 15:13:06 +01:00
{
"#" : "Layer icon rendering" ,
"if" : {
2024-01-23 01:19:38 +01:00
"or" : [
"shop=yes" ,
{
"and" : [
"shop!=yes" ,
"id="
]
}
]
2024-01-22 15:13:06 +01:00
} ,
"then" : "./assets/layers/id_presets/maki-shop.svg"
} ,
2023-10-30 18:08:38 +01:00
{
"if" : {
"or" : [
"shop=vacant" ,
"shop=disused" ,
"disused:shop=yes"
]
} ,
"then" : "./assets/layers/shops/shop-disused.svg"
} ,
{
"if" : "craft=shoemaker" ,
"then" : "./assets/layers/id_presets/temaki-hammer_shoe.svg"
2023-10-31 11:48:48 +01:00
}
] ,
2023-11-02 04:35:32 +01:00
"mappings+" : [
2023-10-30 18:08:38 +01:00
{
"if" : "craft=key_cutter" ,
"then" : "./assets/layers/id_presets/fas-key.svg"
}
]
}
}
}
] ,
"iconBadges" : [
{
"if" : "opening_hours~*" ,
"then" : "icons.isOpen"
} ,
{
"if" : {
"or" : [
"organic=yes" ,
"organic=only"
]
} ,
"then" : "./assets/layers/food/organic.svg"
2023-10-31 11:48:48 +01:00
} ,
{
"if" : {
"or" : [
2023-11-02 04:35:32 +01:00
"service:key_cutting=yes" ,
2023-10-31 11:48:48 +01:00
"craft=key_cutter"
]
} ,
2023-11-19 04:38:34 +01:00
"then" : "circle:white;./assets/layers/id_presets/fas-key.svg"
2023-10-30 18:08:38 +01:00
}
] ,
"label" : {
"mappings" : [
{
"if" : "name~*" ,
"then" : "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
} ,
"iconSize" : "40,40" ,
"location" : [
"point" ,
"centroid"
] ,
"anchor" : "center"
}
] ,
"lineRendering" : [
{
"color" : "#00f" ,
"width" : "8"
}
] ,
"presets" : [
{
"tags" : [
"shop=yes"
] ,
"title" : {
"en" : "a shop" ,
"fr" : "une magasin" ,
"ru" : "Магазин" ,
"ja" : "店" ,
"nl" : "een winkel" ,
"de" : "ein Geschäft" ,
"eo" : "Butiko" ,
"es" : "una tienda" ,
"ca" : "una botiga" ,
"cs" : "obchod"
} ,
"description" : {
2023-12-30 15:24:30 +01:00
"en" : "You can specify later on what this shop sells." ,
2024-01-10 01:22:53 +01:00
"ca" : "Podeu especificar més endavant el que ven aquesta botiga." ,
2023-12-25 19:59:58 +01:00
"cs" : "Přidat nový obchod" ,
2024-01-19 01:21:18 +01:00
"de" : "Sie können später angeben, was das Geschäft verkauft." ,
2023-10-30 18:08:38 +01:00
"eo" : "Enmeti novan butikon" ,
2024-02-20 13:33:38 +01:00
"es" : "Puedes especificar más adelante lo que vende esta tienda." ,
2023-12-25 19:59:58 +01:00
"fr" : "Ajouter un nouveau magasin" ,
"ja" : "新しい店を追加する" ,
"nl" : "Voeg een nieuwe winkel toe" ,
"ru" : "Добавить новый магазин"
2023-10-30 18:08:38 +01:00
}
}
] ,
2021-11-07 14:37:21 +01:00
"tagRenderings" : [
"images" ,
2024-07-29 15:23:40 +02:00
"reviews" ,
2021-11-07 14:37:21 +01:00
{
"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?" ,
2023-09-21 02:16:39 +02:00
"es" : "¿Cual es el nombre de esta tienda?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin és el nom d'aquesta botiga?" ,
"cs" : "Jak se jmenuje tento obchod?"
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>" ,
2023-09-16 18:52:42 +02:00
"ca" : "La botiga s'anomena <i>{name}</i>" ,
2023-10-30 13:44:27 +01:00
"fr" : "Ce commerce s'appelle <i>{name}</i>" ,
"cs" : "Tento obchod se jmenuje <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?" ,
2023-09-21 02:16:39 +02:00
"fr" : "Quel genre de magasin est-ce?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin tipus de botiga és aquesta?" ,
"cs" : "Co je to za obchod?"
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}" ,
2023-09-21 02:16:39 +02:00
"nl" : "Dit is een {shop}" ,
2023-10-30 13:44:27 +01:00
"ca" : "Açò és una {shop}" ,
"cs" : "Toto je {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
} ,
2024-07-29 15:23:40 +02:00
"+mappings" : [
{
"if" : "shop=bicycle_rental" ,
"addExtraTags" : [
"amenity=bicycle_rental"
] ,
"icon" : "./assets/layers/id_presets/bicycle_rental.svg" ,
"alsoShowIf" : {
"or" : [
{
"and" : [
"shop=rental" ,
"amenity=bicycle_rental"
]
}
]
} ,
"then" : {
"en" : "Bicycle rental shop" ,
"nl" : "Fietsverhuurzaak"
}
}
] ,
2023-10-13 18:46:42 +02:00
"condition" : "craft=" ,
"invalidValues" : "shop=yes"
2022-07-03 13:18:34 +02:00
}
2021-10-14 17:39:07 +02:00
} ,
2024-05-23 04:40:49 +02:00
{
"id" : "brand" ,
"question" : {
2024-06-16 16:06:26 +02:00
"en" : "What is the brand of this shop?" ,
"de" : "Zu welcher Marke gehört dieses Geschäft?"
2024-05-23 04:40:49 +02:00
} ,
"render" : {
2024-06-16 16:06:26 +02:00
"en" : "Part of <b>{brand}</b>" ,
"de" : "Teil von <b>{brand}</b>"
2024-05-23 04:40:49 +02:00
} ,
"freeform" : {
2024-05-27 10:49:44 +02:00
"key" : "brand"
2024-05-23 04:40:49 +02:00
} ,
"mappings" : [
{
"if" : "not:brand=yes" ,
"then" : {
2024-06-16 16:06:26 +02:00
"en" : "This shop does not have a specific brand, it is not part of a bigger chain" ,
"de" : "Dieses Geschäft gehört zu keiner Marke oder Handelskette"
2024-05-23 04:40:49 +02:00
}
}
]
} ,
2023-10-09 00:43:33 +02:00
{
"id" : "second_hand" ,
"question" : {
2023-10-16 13:38:53 +02:00
"en" : "Does this shop sell second-hand items?" ,
2023-10-30 13:44:27 +01:00
"de" : "Verlauft das Geschäft auch Second-Hand-Produkte?" ,
"cs" : "Prodává tento obchod použité zboží?"
2023-10-09 00:43:33 +02:00
} ,
"mappings" : [
{
"if" : "second_hand=only" ,
"then" : "This shop sells second-hand items <b>only</b>"
} ,
{
"if" : "second_hand=yes" ,
"then" : "This shop sells second-hand items along with new items"
} ,
{
"if" : "second_hand=no" ,
"then" : "This shop only sells brand-new items"
}
] ,
"condition" : {
"or" : [
"shop=clothes" ,
"shop=books" ,
"shop=charity" ,
"shop=furniture" ,
"shop=mobile_phone" ,
"shop=computer" ,
"shop=toys"
]
}
} ,
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 ?" ,
2023-09-21 02:16:39 +02:00
"nl" : "Op welke papiergroottes kan deze zaak printen?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quins formats de paper ofereix aquesta botiga?" ,
"cs" : "Jaké formáty papíru tento obchod nabízí?"
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" ,
2023-09-21 02:16:39 +02:00
"nl" : "Deze zaak kan printen op A4-formaat" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta botiga pot imprimir en papers de mida A4" ,
"cs" : "Tento obchod umí tisknout na papíry velikosti A4"
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" ,
2023-09-21 02:16:39 +02:00
"nl" : "Deze zaak kan printen op A3-formaat" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta botiga pot imprimir en papers de mida A3" ,
"cs" : "Tento obchod umí tisknout na papíry velikosti A3"
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" ,
2023-09-21 02:16:39 +02:00
"nl" : "Deze zaak kan printen op A2-formaat" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta botiga pot imprimir en papers de mida A2" ,
"cs" : "Tento obchod umí tisknout na papíry velikosti A2"
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" ,
2023-09-21 02:16:39 +02:00
"nl" : "Deze zaak kan printen op A1-formaat" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta botiga pot imprimir en papers de mida A1" ,
"cs" : "Tento obchod umí tisknout na papíry velikosti A1"
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" ,
2023-09-21 02:16:39 +02:00
"nl" : "Deze zaak kan printen op A0-formaat" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta botiga pot imprimir en papers de mida A0" ,
"cs" : "Tento obchod umí tisknout na papíry velikosti A0"
2022-07-08 15:37:31 +02:00
} ,
"ifnot" : "service:print:A0=no"
}
]
} ,
2024-06-14 09:47:03 +02:00
{
"id" : "copyshop-binding" ,
"condition" : {
"or" : [
"shop~.*copyshop.*" ,
"shop~.*stationery.*" ,
"service:print=yes"
]
} ,
"question" : {
2024-06-19 00:11:10 +02:00
"en" : "Does this shop offer a binding service?" ,
"de" : "Bietet dieser Laden einen Bindeservice an?"
2024-06-14 09:47:03 +02:00
} ,
"questionHint" : {
2024-06-19 00:11:10 +02:00
"en" : "Does this shop bind a bundle of pages into a small book, e.g. with a comb, a spiral, wire or by gluing?" ,
"de" : "Bindet dieser Laden ein Bündel von Seiten zu einem kleinen Buch, z.B. mit einer Kamm-, Spiral-, Drahtbindung oder durch Kleben?"
2024-06-14 09:47:03 +02:00
} ,
"mappings" : [
{
"if" : "service:binding=yes" ,
"then" : {
2024-06-19 00:11:10 +02:00
"en" : "This shop binds papers into a booklet" ,
"de" : "Dieser Laden bindet Papiere zu einem Heft"
2024-06-14 09:47:03 +02:00
}
} ,
{
"if" : "service:binding=no" ,
"then" : {
2024-06-19 00:11:10 +02:00
"en" : "This shop does bind books" ,
"de" : "Dieser Laden bindet Bücher"
2024-06-14 09:47:03 +02:00
}
}
]
} ,
2023-10-30 13:11:25 +01:00
{
"id" : "key_cutter" ,
2023-10-31 11:48:48 +01:00
"question" : {
2023-11-23 15:47:16 +01:00
"en" : "Does this shop offer key cutting?" ,
"de" : "Bietet dieser Laden Schlüsselschneiden an?"
2023-10-31 11:48:48 +01:00
} ,
2023-10-30 13:11:25 +01:00
"mappings" : [
{
"if" : "craft=key_cutter" ,
2023-10-31 11:48:48 +01:00
"#" : "Many shoe repair shops are also specialized in key cutting and deserve the 'craft'-tag. Some other shops (often DIY- and home-improvement stores) offer it as a service, but rather limited/on the side" ,
2023-10-30 13:11:25 +01:00
"hideInAnswer" : "shop!=shoe_repair" ,
"icon" : "./assets/layers/id_presets/fas-key.svg" ,
"then" : {
2023-11-23 15:47:16 +01:00
"en" : "This shop is also specialized in key cutting" ,
"de" : "Dieser Laden ist auch auf das Schlüsselschneiden spezialisiert"
2023-10-30 13:11:25 +01:00
} ,
"addExtraTags" : [
"service:key_cutting=yes"
]
} ,
{
"if" : "service:key_cutting=yes" ,
"icon" : "./assets/layers/id_presets/fas-key.svg" ,
"then" : {
2023-11-23 15:47:16 +01:00
"en" : "This shop offers key cutting as a service" ,
"de" : "Dieser Laden bietet Schlüsselschneiden als Dienstleistung an"
2023-10-30 13:11:25 +01:00
}
} ,
{
"if" : {
"and" : [
"craft=" ,
"service:key_cutting=no"
]
} ,
"then" : {
2023-11-23 15:47:16 +01:00
"en" : "This shops does not offer key cutting as a service" ,
"de" : "Dieser Laden bietet kein Schlüsselschneiden als Dienstleistung an"
2023-10-30 13:11:25 +01:00
}
}
] ,
"condition" : {
"or" : [
"shop=shoe_repair" ,
"service:key_cutting~*" ,
"craft=key_cutting" ,
"shop=diy" ,
"shop=doityourself" ,
"shop=home_improvement" ,
"shop=hardware" ,
"shop=locksmith" ,
"shop=repair"
]
}
} ,
2024-07-28 03:54:57 +02:00
{
"id" : "sells_new_bikes" ,
"question" : {
"en" : "Does this shop sell bikes?" ,
"nl" : "Verkoopt deze fietszaak fietsen?" ,
"fr" : "Est-ce que ce magasin vend des vélos ?" ,
"gl" : "Esta tenda vende bicicletas?" ,
"de" : "Verkauft dieses Geschäft Fahrräder?" ,
"it" : "Questo negozio vende bici?" ,
"ru" : "Продаются ли велосипеды в этом магазине?" ,
"pt_BR" : "Esta loja vende bicicletas?" ,
"pt" : "Esta loja vende bicicletas?" ,
"es" : "¿Vende bicis esta tienda?" ,
"da" : "Sælger denne butik cykler?" ,
"ca" : "Aquesta botiga ven bicicletes?" ,
"cs" : "Prodává tento obchod jízdní kola?"
} ,
"condition" : {
2024-07-29 15:23:40 +02:00
"#" : "Yes, DIY-stores sometimes sell bikes! E.g.: https://www.hubo.be/nl/zoekresultaten/?q=fiets" ,
"or" : [
"service:bicycle:retail~*" ,
2024-07-28 03:54:57 +02:00
"shop=outdoor" ,
2024-07-29 15:23:40 +02:00
"shop=sport" ,
"shop=diy" ,
"shop=doityourself"
2024-07-28 03:54:57 +02:00
]
} ,
"mappings" : [
{
"if" : "service:bicycle:retail=yes" ,
"then" : {
"en" : "This shop sells new bikes" ,
"nl" : "Deze winkel verkoopt nieuwe fietsen" ,
"fr" : "Ce magasin vend des vélos nouveaux"
}
} ,
{
"if" : "service:bicycle:retail=no" ,
"then" : {
"en" : "This shop doesn't sell new bikes" ,
"nl" : "Deze winkel verkoopt geen nieuwe fietsen" ,
"fr" : "Ce magasin ne vend pas de vélo nouveaux"
}
}
]
} ,
{
"id" : "bike_second_hand" ,
"condition" : {
"or" : [
2024-07-29 15:23:40 +02:00
"service:bicycle:second_hand~*" ,
2024-07-28 03:54:57 +02:00
"shop=bicycle" ,
"shop=charity" ,
"shop=second_hand" ,
"shop=bicycle_repair"
]
} ,
"question" : {
"en" : "Does this shop sell second-hand bikes?" ,
"nl" : "Verkoopt deze winkel tweedehands fietsen?" ,
"fr" : "Est-ce ce magasin vend des vélos d'occasion ?" ,
"gl" : "Esta tenda vende bicicletas de segunda man?" ,
"de" : "Verkauft dieses Geschäft gebrauchte Fahrräder?" ,
"it" : "Questo negozio vende bici usate?" ,
"ru" : "В этом магазине продаются подержанные велосипеды?" ,
"es" : "¿Vende bicis de segunda mano esta tienda?" ,
"da" : "Sælger denne butik brugte cykler?" ,
"ca" : "Aquesta botiga ven bicicletes de segona mà?" ,
"cs" : "Prodává tento obchod použitá jízdní kola?"
} ,
"mappings" : [
{
"if" : "service:bicycle:second_hand=yes" ,
"alsoShowIf" : "second_hand=yes" ,
"then" : {
"en" : "This shop sells second-hand bikes" ,
"nl" : "Deze winkel verkoopt tweedehands fietsen" ,
"fr" : "Ce magasin vend des vélos d'occasion" ,
"gl" : "Esta tenda vende bicicletas de segunda man" ,
"de" : "Das Geschäft verkauft auch gebrauchte Fahrräder" ,
"it" : "Questo negozio vende bici usate" ,
"ru" : "В этом магазине продаются подержанные велосипеды" ,
"es" : "Esta tienda vende bicis de segunda mano" ,
"da" : "Denne butik sælger brugte cykler" ,
"ca" : "Aquesta botiga ven bicis de segona mà" ,
"cs" : "Tento obchod prodává použitá jízdní kola"
}
} ,
{
"if" : "service:bicycle:second_hand=no" ,
"alsoShowIf" : "second_hand=no" ,
"then" : {
"en" : "This shop doesn't sell second-hand bikes" ,
"nl" : "Deze winkel verkoopt geen tweedehands fietsen" ,
"fr" : "Ce magasin ne vend pas de vélos d'occasion" ,
"gl" : "Esta tenda non vende bicicletas de segunda man" ,
"de" : "Das Geschäft verkauft keine gebrauchten Fahrräder" ,
"it" : "Questo negozio non vende bici usate" ,
"ru" : "В этом магазине не продаются подержанные велосипеды" ,
"es" : "Esta tienda no vende bicis de segunda mano" ,
"da" : "Denne butik sælger ikke brugte cykler" ,
"ca" : "Aquesta botiga no ven bicis de segona mà" ,
"cs" : "Tento obchod neprodává kola z druhé ruky"
}
} ,
{
"if" : "service:bicycle:second_hand=only" ,
"alsoShowIf" : "second_hand=only" ,
"then" : {
"en" : "This shop only sells second-hand bikes" ,
"nl" : "Deze winkel verkoopt enkel tweedehands fietsen" ,
"fr" : "Ce magasin vend seulement des vélos d'occasion" ,
"gl" : "Esta tenda só vende bicicletas de segunda man" ,
"de" : "Das Geschäft verkauft ausschließlich gebrauchte Fahrräder" ,
"it" : "Questo negozio vende solamente bici usate" ,
"ru" : "В этом магазине продаются только подержанные велосипеды" ,
"es" : "Esta tienda solo vende bicis de segunda mano" ,
"da" : "Denne butik sælger kun brugte cykler" ,
"ca" : "Aquesta botiga sols ven bicis de segona mà" ,
"cs" : "Tento obchod prodává pouze kola z druhé ruky"
}
}
]
} ,
{
"id" : "repairs_bikes" ,
"condition" : {
"#" : "We don't check for shop=bicycle_repair as they imply whether or not bikes are sold" ,
"or" : [
2024-07-29 15:23:40 +02:00
"service:bicycle:repair~*" ,
2024-07-28 03:54:57 +02:00
"shop=sport" ,
"shop=outdoor" ,
"shop=bicycle" ,
"service:bicycle:retail=yes" ,
"service:bicycle:second_hand=yes" ,
"service:bicycle:second_hand=only"
]
} ,
"question" : {
"en" : "Does this shop repair bikes?" ,
"nl" : "Herstelt deze winkel fietsen?" ,
"fr" : "Est-ce que ce magasin répare des vélos ?" ,
"gl" : "Esta tenda arranxa bicicletas?" ,
"de" : "Repariert dieses Geschäft Fahrräder?" ,
"it" : "Questo negozio ripara bici?" ,
"ru" : "В этом магазине ремонтируют велосипеды?" ,
"pt_BR" : "Esta loja conserta bicicletas?" ,
"pt" : "Esta loja conserta bicicletas?" ,
"es" : "¿Repara bicis esta tienda?" ,
"da" : "Reparerer denne butik cykler?" ,
"ca" : "Aquesta botiga repara bicicletes?" ,
"cs" : "Opravuje tento obchod jízdní kola?"
} ,
"mappings" : [
{
"if" : "service:bicycle:repair=yes" ,
"then" : {
"en" : "This shop repairs bikes" ,
"nl" : "Deze winkel herstelt fietsen" ,
"fr" : "Ce magasin répare des vélos" ,
"gl" : "Esta tenda arranxa bicicletas" ,
"de" : "Das Geschäft repariert Fahrräder" ,
"it" : "Questo negozio ripara bici" ,
"ru" : "Этот магазин ремонтирует велосипеды" ,
"pt_BR" : "Esta loja conserta bicicletas" ,
"pt" : "Esta loja conserta bicicletas" ,
"es" : "Esta tienda repara bicis" ,
"da" : "Denne butik reparerer cykler" ,
"ca" : "Aquesta botiga repara bicis" ,
"cs" : "Tento obchod opravuje jízdní kola"
}
} ,
{
"if" : "service:bicycle:repair=no" ,
"then" : {
"en" : "This shop doesn't repair bikes" ,
"nl" : "Deze winkel herstelt geen fietsen" ,
"fr" : "Ce magasin ne répare pas les vélos" ,
"gl" : "Esta tenda non arranxa bicicletas" ,
"de" : "Das Geschäft repariert keine Fahrräder" ,
"it" : "Questo negozio non ripara bici" ,
"ru" : "Этот магазин не ремонтирует велосипеды" ,
"pt_BR" : "Esta loja não conserta bicicletas" ,
"pt" : "Esta loja não conserta bicicletas" ,
"es" : "Esta tienda no repara bicis" ,
"da" : "Denne butik reparerer ikke cykler" ,
"ca" : "Aquesta botiga no repara bicis" ,
"cs" : "Tento obchod neopravuje jízdní kola"
}
} ,
{
"if" : "service:bicycle:repair=only_sold" ,
"then" : {
"en" : "This shop only repairs bikes bought here" ,
"nl" : "Deze winkel herstelt enkel fietsen die hier werden gekocht" ,
"fr" : "Ce magasin ne répare seulement les vélos achetés là-bas" ,
"gl" : "Esta tenda só arranxa bicicletas mercadas aquí" ,
"de" : "Das Geschäft repariert nur hier gekaufte Fahrräder" ,
"it" : "Questo negozio ripara solo le bici che sono state acquistate qua" ,
"ru" : "Этот магазин ремонтирует только велосипеды, купленные здесь" ,
"pt_BR" : "Esta loja conserta bicicletas compradas aqui" ,
"pt" : "Esta loja conserta bicicletas compradas aqui" ,
"es" : "Esta tienda solo repara bicis compradas aquí" ,
"da" : "Denne butik reparerer kun cykler købt her" ,
"ca" : "Aquesta botiga sols repara bicis comprades aquí" ,
"cs" : "Tento obchod opravuje pouze zde zakoupená kola"
}
} ,
{
"if" : "service:bicycle:repair=brand" ,
"then" : {
"en" : "This shop only repairs bikes of a certain brand" ,
"nl" : "Deze winkel herstelt enkel fietsen van een bepaald merk" ,
"fr" : "Ce magasin ne répare seulement des marques spécifiques" ,
"gl" : "Esta tenda só arranxa bicicletas dunha certa marca" ,
"de" : "Das Geschäft repariert nur Fahrräder einer bestimmten Marke" ,
"it" : "Questo negozio ripara solo le biciclette di una certa marca" ,
"ru" : "В этом магазине обслуживают велосипеды определённого бренда" ,
"pt_BR" : "Esta loja conserta bicicletas de uma certa marca" ,
"pt" : "Esta loja conserta bicicletas de uma certa marca" ,
"es" : "Esta tienda solo repara bicis de una cierta marca" ,
"da" : "Dette værksted reparerer kun cykler af et bestemt mærke" ,
"ca" : "Aquesta tenda sols repara bicis d’ una marca concreta" ,
"cs" : "Tento obchod opravuje pouze kola určité značky"
}
}
]
} ,
{
"#" : "Remark: we steal the 'bicycle_rental' questions from the other layer. They'll get the condition of their source automatically!" ,
"id" : "bicycle_rental" ,
"condition" : {
"or" : [
2024-07-29 15:23:40 +02:00
"service:bicycle:rental~*" ,
2024-07-28 03:54:57 +02:00
"shop=bicycle" ,
"shop=sport" ,
"shop=bicycle_repair" ,
"shop=outdoor" ,
"shop=rental"
]
} ,
"question" : {
"en" : "Does this shop rent out bikes?" ,
"nl" : "Verhuurt deze winkel fietsen?" ,
"fr" : "Est-ce ce magasin loue des vélos ?" ,
"gl" : "Esta tenda aluga bicicletas?" ,
"de" : "Vermietet dieses Geschäft Fahrräder?" ,
"it" : "Questo negozio noleggia le bici?" ,
"ru" : "Этот магазин сдает велосипеды в аренду?" ,
"pt_BR" : "Esta loja aluga bicicletas?" ,
"pt" : "Esta loja aluga bicicletas?" ,
"es" : "¿Alquila bicicis esta tienda?" ,
"da" : "Udlejer denne butik cykler?" ,
"ca" : "Aquesta botiga alquila bicicletes?" ,
"cs" : "Pronajímá tento obchod kola?"
} ,
"questionHint" : {
"en" : "This is about rental for e.g. tourists who need a bike. Some bicycle repair shops offer a bicycle to use while your bicycle is being repaired but this is not considered rental for this question."
} ,
"mappings" : [
{
"if" : "service:bicycle:rental=yes" ,
"then" : {
"en" : "This shop rents out bikes" ,
"nl" : "Deze winkel verhuurt fietsen" ,
"fr" : "Ce magasin loue des vélos" ,
"gl" : "Esta tenda aluga bicicletas" ,
"de" : "Das Geschäft vermietet Fahrräder" ,
"it" : "Questo negozio noleggia le bici" ,
"ru" : "Этот магазин сдает велосипеды в аренду" ,
"pt_BR" : "Esta loja aluga bicicletas" ,
"pt" : "Esta loja aluga bicicletas" ,
"es" : "Esta tienda alquila bicis" ,
"da" : "Denne butik udlejer cykler" ,
"ca" : "Aquesta botiga lloga bicis" ,
"cs" : "Tento obchod pronajímá jízdní kola"
}
} ,
{
"if" : "service:bicycle:rental=no" ,
"then" : {
"en" : "This shop doesn't rent out bikes" ,
"nl" : "Deze winkel verhuurt geen fietsen" ,
"fr" : "Ce magasin ne loue pas de vélos" ,
"gl" : "Esta tenda non aluga bicicletas" ,
"de" : "Das Geschäft vermietet keine Fahrräder" ,
"it" : "Questo negozio non noleggia le bici" ,
"ru" : "Этот магазин не сдает велосипеды напрокат" ,
"pt_BR" : "Esta loja não aluga bicicletas" ,
"pt" : "Esta loja não aluga bicicletas" ,
"es" : "Esta tienda no alquila bicis" ,
"da" : "Denne butik udlejer ikke cykler" ,
"ca" : "Aquesta botiga no lloga bicis" ,
"cs" : "Tento obchod nepronajímá kola"
}
}
]
} ,
{
"builtin" : "bicycle_rental.*bicycle_rental" ,
"override" : {
"condition" : {
"and+" : [
{
"or" : [
"service:bicycle:rental=yes" ,
"bicycle_rental~*"
]
}
]
}
}
} ,
{
"id" : "bike_pump_service" ,
"question" : {
"en" : "Does this shop offer a bike pump for use by anyone?" ,
"nl" : "Biedt deze winkel een fietspomp aan voor iedereen?" ,
"fr" : "Est-ce que ce magasin offre une pompe en accès libre ?" ,
"gl" : "Esta tenda ofrece unha bomba de ar para uso de calquera persoa?" ,
"de" : "Gibt es in diesem Geschäft eine öffentlich nutzbare Luftpumpe?" ,
"it" : "Questo negozio offre l’ uso a chiunque di una pompa per bici?" ,
"ru" : "Предлагается ли в этом магазине велосипедный насос для всеобщего пользования?" ,
"es" : "¿Esta tienda ofrece una bomba para que la utilice cualquiera?" ,
"da" : "Tilbyder denne butik en cykelpumpe til brug for alle?" ,
"ca" : "Aquesta botiga ofereix una manxa perquè la utilitzi qualsevol?" ,
"cs" : "Nabízí tento obchod pumpu na kolo k použití pro kohokoli?"
} ,
"condition" : {
"or" : [
2024-07-29 15:23:40 +02:00
"service:bicycle:pump~*" ,
2024-07-28 03:54:57 +02:00
"shop=bicycle" ,
"shop=bicycle_repair" ,
"service:bicycle:retail=yes" ,
"service:bicycle:.+~~yes"
]
} ,
"mappings" : [
{
"if" : "service:bicycle:pump=yes" ,
"then" : {
"en" : "This shop offers a bike pump for anyone" ,
"nl" : "Deze winkel biedt een fietspomp aan voor iedereen" ,
"fr" : "Ce magasin offre une pompe en acces libre" ,
"gl" : "Esta tenda ofrece unha bomba de ar para uso de calquera persoa" ,
"de" : "Im Geschäft gibt es eine öffentlich nutzbare Luftpumpe" ,
"it" : "Questo negozio offre l’ uso pubblico di una pompa per bici" ,
"ru" : "В этом магазине есть велосипедный насос для всеобщего пользования" ,
"es" : "Esta tienda ofrece una bomba para cualquiera" ,
"da" : "Denne butik tilbyder en cykelpumpe til alle" ,
"ca" : "Aquesta botiga ofereix una manxa per a tothom" ,
"cs" : "Tento obchod nabízí pumpu na kolo pro každého"
}
} ,
{
"if" : "service:bicycle:pump=no" ,
"then" : {
"en" : "This shop doesn't offer a bike pump for anyone" ,
"nl" : "Deze winkel biedt geen fietspomp aan voor eender wie" ,
"fr" : "Ce magasin n'offre pas de pompe en libre accès" ,
"gl" : "Esta tenda non ofrece unha bomba de ar para uso de calquera persoa" ,
"de" : "Im Geschäft gibt es keine öffentlich nutzbare Luftpumpe" ,
"it" : "Questo negozio non offre l’ uso pubblico di una pompa per bici" ,
"ru" : "В этом магазине нет велосипедного насоса для всеобщего пользования" ,
"es" : "Esta tienda no ofrece una bomba para cualquiera" ,
"da" : "Denne butik tilbyder ikke en cykelpumpe til nogen" ,
"ca" : "Aquesta botiga no ofereix una manxa per a tothom" ,
"cs" : "Tento obchod nenabízí pumpičku na kolo pro každého"
}
} ,
{
"if" : "service:bicycle:pump=separate" ,
"then" : {
"en" : "There is bicycle pump, it is shown as a separate point" ,
"nl" : "Er is een fietspomp, deze is apart aangeduid" ,
"fr" : "Il y a une pompe à vélo, c'est indiqué comme un point séparé" ,
"it" : "C’ è una pompa per bici, è mostrata come punto separato" ,
"de" : "Es gibt eine Luftpumpe, sie ist als separater Punkt eingetragen" ,
"es" : "Hay una bomba para bicicletas, se muestra como un punto separado" ,
"da" : "Der er cykelpumpe, den er vist som et separat punkt" ,
"ca" : "Hi ha una manxa, es mostra com a un punt separat" ,
"cs" : "K dispozici je pumpa na jízdní kola, je zobrazena jako samostatný bod"
}
}
]
} ,
2024-07-29 15:23:40 +02:00
{
"id" : "bike_repair_tools" ,
"condition" : {
"or" : [
"service:bicycle:diy~*" ,
"shop=bicycle" ,
"shop=bicycle_repair" ,
"service:bicycle:repair~yes|only"
]
} ,
"question" : {
"en" : "Are there tools here to repair your own bike?" ,
"nl" : "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?" ,
"fr" : "Est-ce qu'il y a des outils pour réparer son vélo dans ce magasin ?" ,
"gl" : "Hai ferramentas aquí para arranxar a túa propia bicicleta?" ,
"de" : "Gibt es hier Werkzeug, um das eigene Fahrrad zu reparieren?" ,
"it" : "Sono presenti degli attrezzi per riparare la propria bici?" ,
"ru" : "Есть ли здесь инструменты для починки собственного велосипеда?" ,
"es" : "¿Hay herramientas para reparar tu propia bici?" ,
"da" : "Er der værktøj her til at reparere din egen cykel?" ,
"ca" : "Hi ha ferramentes perquè reparis la teva bici?" ,
"cs" : "Jsou zde nástroje na opravu vlastního kola?"
} ,
"mappings" : [
{
"if" : "service:bicycle:diy=yes" ,
"then" : {
"en" : "This shop offers tools for DIY bicycle repair" ,
"nl" : "Deze winkel biedt gereedschap aan om je fiets zelf te herstellen" ,
"fr" : "Ce magasin offre des outils pour réparer son vélo soi-même" ,
"gl" : "Hai ferramentas aquí para arranxar a túa propia bicicleta" ,
"de" : "Das Geschäft bietet Werkzeug an, um das eigene Fahrrad zu reparieren" ,
"it" : "Questo negozio offre degli attrezzi per la riparazione fai da te" ,
"da" : "Denne butik tilbyder værktøj til gør-det-selv-reparation" ,
"es" : "Esta tienda ofrece herramientas para la reparación DIY" ,
"ca" : "Aquesta botiga ofereix ferramentes per a la reparació DIY" ,
"cs" : "Tento obchod nabízí nářadí pro kutilské opravy"
}
} ,
{
"if" : "service:bicycle:diy=no" ,
"then" : {
"en" : "This shop doesn't offer tools for DIY bicycle repair" ,
"nl" : "Deze winkel biedt geen gereedschap aan om je fiets zelf te herstellen" ,
"fr" : "Ce magasin n'offre pas des outils pour réparer son vélo soi-même" ,
"gl" : "Non hai ferramentas aquí para arranxar a túa propia bicicleta" ,
"de" : "Das Geschäft bietet kein Werkzeug an, um das eigene Fahrrad zu reparieren" ,
"it" : "Questo negozio non offre degli attrezzi per la riparazione fai da te" ,
"da" : "Denne butik tilbyder ikke værktøj til gør-det-selv reparation" ,
"es" : "Esta tienda no ofrece herramientas para la reparación DIY" ,
"ca" : "Aquesta botiga no ofereix ferramentes per a la reparació DIY" ,
"cs" : "Tento obchod nenabízí nářadí pro opravy svépomocí"
}
} ,
{
"if" : "service:bicycle:diy=only_sold" ,
"then" : {
"en" : "Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop" ,
"nl" : "Het gereedschap aan om je fiets zelf te herstellen is enkel voor als je de fiets er kocht of huurt" ,
"fr" : "Des outils d'auto-réparation sont disponibles uniquement si vous avez acheté ou loué le vélo dans ce magasin" ,
"it" : "Gli attrezzi per la riparazione fai da te sono disponibili solamente se hai acquistato/noleggiato la bici nel negozio" ,
"de" : "Das Geschäft bietet nur Werkzeug an, um das eigene Fahrrad zu reparieren, wenn es dort gekauft/gemietet wurde" ,
"ru" : "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине" ,
"es" : "Las herramientas para reparaciones DIT solo están disponibles si compraste/alquilaste la bicicleta en la tienda" ,
"da" : "Værktøj til gør-det-selv-reparation er kun tilgængeligt, hvis du har købt/lejet cyklen i butikken" ,
"ca" : "Les ferramentes per a reparacions DIY sols estan disponibles si vas comprar/llogar la bici a la botiga" ,
"cs" : "Nářadí pro opravy svépomocí je k dispozici pouze v případě, že jste si kolo koupili/pronajali v prodejně"
}
}
]
} ,
{
"id" : "bike_wash" ,
"condition" : {
"or" : [
"service:bicycle:cleaning~*" ,
"shop=bicycle" ,
"shop=bicycle_repair" ,
"service:bicycle:.*~~yes|only"
]
} ,
"question" : {
"en" : "Are bicycles washed here?" ,
"nl" : "Biedt deze winkel een fietsschoonmaak aan?" ,
"fr" : "Lave-t-on les vélos ici ?" ,
"it" : "Vengono lavate le bici qua?" ,
"ru" : "Здесь моют велосипеды?" ,
"de" : "Bietet dieses Geschäft Fahrradreinigungen an?" ,
"es" : "¿Aquí se lavan bicicletas?" ,
"da" : "Vaskes cykler her?" ,
"ca" : "Aquí es renten bicicletes?" ,
"cs" : "Myjí se zde jízdní kola?"
} ,
"mappings" : [
{
"if" : "service:bicycle:cleaning=yes" ,
"then" : {
"en" : "This shop cleans bicycles" ,
"nl" : "Deze winkel biedt fietsschoonmaak aan" ,
"fr" : "Ce magasin lave les vélos" ,
"it" : "Questo negozio lava le biciclette" ,
"de" : "Das Geschäft bietet Fahrradreinigungen an" ,
"ru" : "В этом магазине оказываются услуги мойки/чистки велосипедов" ,
"es" : "Esta tienda limpia bicicletas" ,
"da" : "Denne butik rengør cykler" ,
"ca" : "Aquesta botiga renta bicicletes" ,
"cs" : "Tento obchod čistí jízdní kola"
}
} ,
{
"if" : "service:bicycle:cleaning=diy" ,
"then" : {
"en" : "This shop has an installation where one can clean bicycles themselves" ,
"nl" : "Deze winkel biedt een installatie aan om zelf je fiets schoon te maken" ,
"fr" : "Ce magasin a une installation pour laver soi même des vélos" ,
"it" : "Questo negozio ha una struttura dove è possibile pulire la propria bici" ,
"de" : "Im Geschäft können Fahrräder selbst gereinigt werden" ,
"es" : "Esta tienda tiene una instalación donde uno puede limpiar bicicletas por si mismo" ,
"da" : "Denne butik har et anlæg, hvor man selv kan rengøre cykler" ,
"ca" : "Aquesta botiga té una instal·lació on un pot rentar les bicis per un mateix" ,
"cs" : "Tento obchod má zařízení, kde si můžete sami vyčistit jízdní kola"
}
} ,
{
"if" : "service:bicycle:cleaning=no" ,
"then" : {
"en" : "This shop doesn't offer bicycle cleaning" ,
"nl" : "Deze winkel biedt geen fietsschoonmaak aan" ,
"fr" : "Ce magasin ne fait pas le nettoyage de vélo" ,
"it" : "Questo negozio non offre la pulizia della bicicletta" ,
"de" : "Das Geschäft bietet keine Fahrradreinigungen an" ,
"ru" : "В этом магазине нет услуг мойки/чистки велосипедов" ,
"es" : "Esta tienda no ofrece limpieza de bicicletas" ,
"da" : "Denne butik tilbyder ikke rengøring af cykler" ,
"ca" : "Aquesta botiga no ofereix rentat de bicis" ,
"cs" : "Tento obchod nenabízí čištění jízdních kol"
}
}
]
} ,
{
"builtin" : "bike_cleaning.bike_cleaning-service_bicycle_cleaning_charge"
} ,
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?" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquesta botiga ofereix productes orgànics?" ,
2023-10-30 13:44:27 +01:00
"fr" : "Ce commerce propose-t-il des produits bio ?" ,
"cs" : "Nabízí tento obchod bio produkty?"
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" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquesta botiga ofereix productes orgànics" ,
2023-10-30 13:44:27 +01:00
"fr" : "Ce commerce propose des produits bio" ,
"cs" : "Tento obchod nabízí bio produkty"
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" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquesta botiga sols ofereix productes orgànics" ,
2023-10-30 13:44:27 +01:00
"fr" : "Ce commerce ne propose que des produits bio" ,
"cs" : "Tento obchod nabízí pouze bio produkty"
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" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquesta botiga no ofereix productes orgànics" ,
2023-10-30 13:44:27 +01:00
"fr" : "Ce commerce ne propose pas de produit bio" ,
"cs" : "Tento obchod nenabízí bio produkty"
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
]
}
} ,
2023-10-09 00:43:33 +02:00
{
2023-10-09 12:08:55 +02:00
"id" : "diets" ,
2023-10-09 00:43:33 +02:00
"builtin" : [
"sugar_free" ,
"gluten_free" ,
"lactose_free"
] ,
"override" : {
"condition" : {
"or" : [
"shop=supermarket" ,
"shop=convenience" ,
"shop=farm" ,
"shop=greengrocer" ,
"shop=health_food" ,
"shop=deli" ,
"shop=bakery" ,
"shop=beverages" ,
"shop=beverages" ,
"shop=pastry" ,
"shop=chocolate" ,
"shop=frozen_food" ,
"shop=ice_cream"
]
}
}
} ,
2024-07-29 15:23:40 +02:00
"description"
2021-11-07 14:37:21 +01:00
] ,
2023-09-19 14:04:13 +02:00
"filter" : [
"open_now" ,
{
"id" : "shop-type" ,
"options" : [
{
"fields" : [
{
"name" : "search" ,
"type" : "string"
}
] ,
"osmTags" : "shop~i~.*{search}.*" ,
"question" : {
"en" : "Only show shops selling {search}" ,
"de" : "Nur Geschäfte, die {search} verkaufen" ,
"nl" : "Toon enkel winkels die {search} verkopen" ,
"es" : "Solo mostrar tiendas que vendan {search}" ,
2023-10-01 13:13:07 +02:00
"fr" : "N'afficher que les magasins vendant {search}" ,
2023-10-30 13:44:27 +01:00
"ca" : "Sols mostrar botigues que venen {search}" ,
"cs" : "Zobrazit pouze obchody prodávající {search}"
2023-09-19 14:04:13 +02:00
}
}
]
} ,
{
"id" : "shop-name" ,
"options" : [
{
"fields" : [
{
"name" : "search" ,
"type" : "string"
}
] ,
"osmTags" : "name~i~.*{search}.*" ,
"question" : {
"en" : "Only show shops with name {search}" ,
"de" : "Nur Geschäfte mit dem Namen {search} anzeigen" ,
"nl" : "Toon enkel winkels met naam {search}" ,
"es" : "Solo mostrar tiendas con nombre {search}" ,
2023-10-30 13:44:27 +01:00
"fr" : "N'afficher que les magasins portant le nom {search}" ,
"cs" : "Zobrazit pouze obchody s názvem {search}"
2023-09-19 14:04:13 +02:00
}
}
]
} ,
2023-10-09 00:43:33 +02:00
{
"id" : "second_hand" ,
"options" : [
{
"question" : {
2023-10-16 13:38:53 +02:00
"en" : "Only show shops selling second-hand items" ,
2023-10-30 13:44:27 +01:00
"de" : "Nur Second-Hand-Geschäfte anzeigen" ,
"cs" : "Zobrazit pouze obchody prodávající použité zboží"
2023-10-09 00:43:33 +02:00
} ,
"osmTags" : {
"or" : [
"shop=second_hand" ,
"shop=charity" ,
"second_hand=yes" ,
2024-07-28 03:54:57 +02:00
"second_hand=only" ,
"service:bicycle:second_hand~i~yes|only"
2023-10-09 00:43:33 +02:00
]
}
}
2023-10-14 23:29:16 +02:00
]
2023-10-09 00:43:33 +02:00
} ,
2024-07-18 15:35:56 +02:00
"filters.has_organic"
2023-09-19 14:04:13 +02:00
] ,
2023-10-30 18:08:38 +01:00
"deletion" : {
"softDeletionTags" : {
"and" : [
"shop=" ,
2024-01-29 17:51:12 +01:00
"phone=" ,
"website=" ,
"email=" ,
"opening_hours=" ,
2023-10-30 18:08:38 +01:00
"disused:shop:={shop}"
]
} ,
2024-02-02 14:40:48 +01:00
"omitDefaultDeleteReasons" : [
"disused"
] ,
2024-01-29 17:51:12 +01:00
"nonDeleteMappings" : [
2023-10-30 18:08:38 +01:00
{
2024-01-29 17:51:12 +01:00
"if" : {
"and" : [
"shop=" ,
"phone=" ,
"website=" ,
"email=" ,
"opening_hours=" ,
"disused:shop:={shop}"
]
} ,
"then" : {
2023-10-30 18:08:38 +01:00
"nl" : "{title()} is permanent gestopt" ,
"en" : "{title()} has closed down permanently" ,
"de" : "{title()} wurde dauerhaft geschlossen" ,
"es" : "{title()} ha cerrado permanentemente" ,
"fr" : "{title()} a fermé définitivement" ,
"ca" : "{title()} ha tancat permanentment" ,
"cs" : "{title()} je trvale uzavřen"
2024-01-29 17:51:12 +01:00
}
2023-10-30 18:08:38 +01:00
}
]
} ,
"allowMove" : true
2023-06-12 01:17:20 +02:00
}