mapcomplete/assets/layers/shops/shops.json

1291 lines
50 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "shops",
"name": {
"en": "Shop",
"fr": "Magasin",
"ru": "Магазин",
"ja": "店",
"nl": "Winkel",
"de": "Geschäfte",
"eo": "Butiko",
"ca": "Botiga",
"es": "Tienda",
"pa_PK": "دکان",
"cs": "Obchod",
"pl": "Sklep"
},
"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"
},
"source": {
"osmTags": {
"and": [
{
"or": [
"shop~*",
"craft=shoe_repair",
"craft=key_cutter"
]
},
"shop!=mall"
]
}
},
"minzoom": 15,
"title": {
"render": {
"en": "Shop",
"fr": "Magasin",
"ru": "Магазин",
"ja": "店",
"nl": "Winkel",
"de": "Geschäft",
"eo": "Butiko",
"ca": "Botiga",
"es": "Tienda",
"pa_PK": "دکان",
"cs": "Obchod",
"pl": "Sklep"
},
"mappings": [
{
"if": {
"and": [
"name~*"
]
},
"then": {
"en": "{name}",
"fr": "{name}",
"ru": "{name}",
"ja": "{name}",
"de": "{name}",
"eo": "{name}",
"nl": "{name}",
"ca": "{name}",
"es": "{name}",
"cs": "{name}",
"pl": "{name}"
}
},
{
"if": {
"and": [
"shop!~yes"
]
},
"then": {
"en": "{shop}",
"fr": "{shop}",
"ru": "{shop}",
"ja": "{shop}",
"de": "{shop}",
"eo": "{shop}",
"nl": "{shop}",
"ca": "{shop}",
"es": "{shop}",
"cs": "{shop}"
}
}
]
},
"pointRendering": [
{
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"builtin": "id_presets.shop_rendering",
"override": {
"render": "./assets/layers/id_presets/maki-shop.svg",
"+mappings": [
{
"#": "Layer icon rendering",
"if": {
"or": [
"shop=yes",
{
"and": [
"shop!=yes",
"id="
]
}
]
},
"then": "./assets/layers/id_presets/maki-shop.svg"
},
{
"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"
}
],
"mappings+": [
{
"if": "craft=key_cutter",
"then": "./assets/layers/id_presets/fas-key.svg"
}
]
}
}
}
],
"iconBadges": [
{
"if": {
"or": [
"organic=yes",
"organic=only"
]
},
"then": "./assets/layers/food/organic.svg"
},
{
"if": {
"or": [
"service:key_cutting=yes",
"craft=key_cutter"
]
},
"then": "circle:white;./assets/layers/id_presets/fas-key.svg"
}
],
"labelCssClasses": "bg-white rounded px-2",
"label": {
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
"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": {
"en": "You can specify later on what this shop sells.",
"ca": "Podeu especificar més endavant el que ven aquesta botiga.",
"cs": "Později můžete zadat, co tento obchod prodává.",
"de": "Sie können später angeben, was das Geschäft verkauft.",
"eo": "Enmeti novan butikon",
"es": "Puedes especificar más tarde qué vende esta tienda.",
"fr": "Ajouter un nouveau magasin",
"ja": "新しい店を追加する",
"nl": "Voeg een nieuwe winkel toe",
"ru": "Добавить новый магазин",
"uk": "Пізніше ви можете уточнити, що саме продає цей магазин."
}
}
],
"tagRenderings": [
"images",
"reviews",
{
"question": {
"en": "What is the name of this shop?",
"fr": "Qu'est-ce que le nom de ce magasin?",
"ru": "Как называется этот магазин?",
"ja": "このお店の名前は何ですか?",
"nl": "Wat is de naam van deze winkel?",
"de": "Wie ist der Name dieses Geschäfts?",
"es": "¿Cómo se llama esta tienda?",
"ca": "Quin és el nom d'aquesta botiga?",
"cs": "Jak se jmenuje tento obchod?",
"uk": "Як називається цей магазин?"
},
"render": {
"en": "This shop is called <i>{name}</i>",
"de": "Der Name des Geschäfts lautet <i>{name}</i>",
"nl": "Deze zaak heet <i>{name}</i>",
"ca": "La botiga s'anomena <i>{name}</i>",
"fr": "Ce commerce s'appelle <i>{name}</i>",
"cs": "Tento obchod se jmenuje <i>{name}</i>",
"uk": "Цей магазин називається <i>{name}</i>",
"es": "Esta tienda se llama <i>{name}</i>"
},
"freeform": {
"key": "name"
},
"id": "shops-name"
},
{
"builtin": "id_presets.shop_types",
"override": {
"labels": [
"description"
],
"question": {
"en": "What kind of shop is this?",
"nl": "Wat voor soort winkel is dit?",
"de": "Um was für ein Geschäft handelt es sich?",
"fr": "Quel genre de magasin est-ce?",
"ca": "Quin tipus de botiga és aquesta?",
"cs": "Co je to za obchod?",
"uk": "Що це за магазин?",
"es": "¿Qué tipo de tienda es esta?"
},
"render": {
"en": "This is a {shop}",
"de": "Das ist ein {shop}",
"fr": "C'est une {shop}",
"nl": "Dit is een {shop}",
"ca": "Açò és una {shop}",
"cs": "Toto je {shop}",
"es": "Esta es una {shop}"
},
"freeform": {
"key": "shop",
"addExtraTags": [
"fixme=freeform shop key used, to be reviewed"
]
},
"+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",
"de": "Fahrradverleih",
"uk": "Пункт прокату велосипедів",
"es": "Tienda de alquiler de bicicletas"
}
}
],
"condition": "craft=",
"invalidValues": "shop=yes",
"filter": true
}
},
{
"id": "brand",
"question": {
"en": "What is the brand of this shop?",
"de": "Zu welcher Marke gehört dieses Geschäft?",
"uk": "Яка марка цього магазину?",
"es": "¿Cuál es la marca de esta tienda?"
},
"render": {
"en": "Part of <b>{brand}</b>",
"de": "Teil von <b>{brand}</b>",
"es": "Parte de <b>{brand}</b>",
"uk": "Частина <b>{brand}</b>"
},
"freeform": {
"key": "brand"
},
"mappings": [
{
"if": "not:brand=yes",
"then": {
"en": "This shop does not have a specific brand, it is not part of a bigger chain",
"de": "Das Geschäft gehört zu keiner Marke oder Handelskette",
"uk": "Цей магазин не має певного бренду, він не є частиною великої мережі",
"es": "Esta tienda no tiene una marca específica, no forma parte de una cadena más grande"
}
}
]
},
{
"id": "second_hand",
"question": {
"en": "Does this shop sell second-hand items?",
"de": "Verlauft das Geschäft auch Second-Hand-Produkte?",
"cs": "Prodává tento obchod použité zboží?",
"es": "¿Esta tienda vende artículos de segunda mano?",
"uk": "Чи продає цей магазин вживані речі?"
},
"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"
]
}
},
"opening_hours",
"website",
"email",
"phone",
"payment-options",
"level",
{
"id": "copyshop-print-sizes",
"condition": {
"or": [
"shop~.*copyshop.*",
"shop~.*stationery.*",
"service:print=yes"
]
},
"question": {
"en": "What paper formats does this shop offer?",
"de": "Welche Papierformate bietet das Geschäft an?",
"fr": "Quels formats de papier cette boutique propose-t-elle ?",
"nl": "Op welke papiergroottes kan deze zaak printen?",
"ca": "Quins formats de paper ofereix aquesta botiga?",
"cs": "Jaké formáty papíru tento obchod nabízí?",
"es": "¿Qué formatos de papel ofrece esta tienda?"
},
"multiAnswer": true,
"mappings": [
{
"if": "service:print:A4=yes",
"then": {
"en": "This shop can print on papers of size A4",
"de": "Das Geschäft kann Unterlagen auf A4 Papier drucken",
"fr": "Cette boutique peut imprimer sur des papiers de format A4",
"nl": "Deze zaak kan printen op A4-formaat",
"ca": "Aquesta botiga pot imprimir en papers de mida A4",
"cs": "Tento obchod umí tisknout na papíry velikosti A4",
"es": "Esta tienda puede imprimir en papeles de tamaño A4"
},
"ifnot": "service:print:A4=no"
},
{
"if": "service:print:A3=yes",
"then": {
"en": "This shop can print on papers of size A3",
"de": "Das Geschäft kann Unterlagen auf A3 Papier drucken",
"fr": "Cette boutique peut imprimer sur des papiers de format A3",
"nl": "Deze zaak kan printen op A3-formaat",
"ca": "Aquesta botiga pot imprimir en papers de mida A3",
"cs": "Tento obchod umí tisknout na papíry velikosti A3",
"es": "Esta tienda puede imprimir en papeles de tamaño A3"
},
"ifnot": "service:print:A3=no"
},
{
"if": "service:print:A2=yes",
"then": {
"en": "This shop can print on papers of size A2",
"de": "Das Geschäft kann Unterlagen auf A2 Papier drucken",
"fr": "Cette boutique peut imprimer sur des papiers de format A2",
"nl": "Deze zaak kan printen op A2-formaat",
"ca": "Aquesta botiga pot imprimir en papers de mida A2",
"cs": "Tento obchod umí tisknout na papíry velikosti A2",
"es": "Esta tienda puede imprimir en papeles de tamaño A2"
},
"ifnot": "service:print:A2=no"
},
{
"if": "service:print:A1=yes",
"then": {
"en": "This shop can print on papers of size A1",
"de": "Das Geschäft kann Unterlagen auf A1 Papier drucken",
"fr": "Cette boutique peut imprimer sur des papiers de format A1",
"nl": "Deze zaak kan printen op A1-formaat",
"ca": "Aquesta botiga pot imprimir en papers de mida A1",
"cs": "Tento obchod umí tisknout na papíry velikosti A1",
"es": "Esta tienda puede imprimir en papeles de tamaño A1"
},
"ifnot": "service:print:A1=no"
},
{
"if": "service:print:A0=yes",
"then": {
"en": "This shop can print on papers of size A0",
"de": "Das Geschäft kann Unterlagen auf A0 Papier drucken",
"fr": "Cette boutique peut imprimer sur des papiers de format A0",
"nl": "Deze zaak kan printen op A0-formaat",
"ca": "Aquesta botiga pot imprimir en papers de mida A0",
"cs": "Tento obchod umí tisknout na papíry velikosti A0",
"es": "Esta tienda puede imprimir en papeles de tamaño A0"
},
"ifnot": "service:print:A0=no"
}
]
},
{
"id": "copyshop-binding",
"condition": {
"or": [
"shop~.*copyshop.*",
"shop~.*stationery.*",
"service:print=yes"
]
},
"question": {
"en": "Does this shop offer a binding service?",
"de": "Bietet dieser Laden einen Bindeservice an?",
"es": "¿Esta tienda ofrece un servicio de encuadernación?"
},
"questionHint": {
"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?",
"es": "¿Esta tienda encuaderna un conjunto de páginas en un pequeño libro, por ejemplo, con un peine, una espiral, alambre o pegamento?"
},
"mappings": [
{
"if": "service:binding=yes",
"then": {
"en": "This shop binds papers into a booklet",
"de": "Dieser Laden bindet Papiere zu einem Heft",
"es": "Esta tienda encuaderna papeles en un folleto"
}
},
{
"if": "service:binding=no",
"then": {
"en": "This shop does bind books",
"de": "Dieser Laden bindet Bücher",
"es": "Esta tienda encuaderna libros"
}
}
]
},
{
"id": "key_cutter",
"question": {
"en": "Does this shop offer key cutting?",
"de": "Bietet dieser Laden Schlüsselschneiden an?",
"es": "¿Esta tienda ofrece el corte de llaves?"
},
"mappings": [
{
"if": "craft=key_cutter",
"#": "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",
"hideInAnswer": "shop!=shoe_repair",
"icon": "./assets/layers/id_presets/fas-key.svg",
"then": {
"en": "This shop is also specialized in key cutting",
"de": "Dieser Laden ist auch auf das Schlüsselschneiden spezialisiert",
"es": "Esta tienda también está especializada en el corte de llaves"
},
"addExtraTags": [
"service:key_cutting=yes"
]
},
{
"if": "service:key_cutting=yes",
"icon": "./assets/layers/id_presets/fas-key.svg",
"then": {
"en": "This shop offers key cutting as a service",
"de": "Dieser Laden bietet Schlüsselschneiden als Dienstleistung an",
"nl": "Deze winkel kopieert sleutels",
"es": "Esta tienda ofrece el corte de llaves como servicio"
}
},
{
"if": {
"and": [
"craft=",
"service:key_cutting=no"
]
},
"then": {
"en": "This shops does not offer key cutting as a service",
"de": "Dieser Laden bietet kein Schlüsselschneiden als Dienstleistung an",
"es": "Esta tienda no ofrece el corte de llaves como servicio"
}
}
],
"condition": {
"or": [
"shop=shoe_repair",
"service:key_cutting~*",
"craft=key_cutting",
"shop=diy",
"shop=doityourself",
"shop=home_improvement",
"shop=hardware",
"shop=locksmith",
"shop=repair"
]
}
},
{
"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": "¿Esta tienda vende bicicletas?",
"da": "Sælger denne butik cykler?",
"ca": "Aquesta botiga ven bicicletes?",
"cs": "Prodává tento obchod jízdní kola?",
"uk": "Чи продає цей магазин велосипеди?"
},
"condition": {
"#": "Yes, DIY-stores sometimes sell bikes! E.g.: https://www.hubo.be/nl/zoekresultaten/?q=fiets",
"or": [
"service:bicycle:retail~*",
"shop=outdoor",
"shop=sport",
"shop=sports",
"shop=diy",
"shop=doityourself"
]
},
"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",
"de": "Dieses Geschäft verkauft neue Fahrräder",
"es": "Esta tienda vende bicicletas nuevas",
"uk": "У цьому магазині продають нові велосипеди"
}
},
{
"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",
"de": "Dieses Geschäft verkauft keine neuen Fahrräder",
"es": "Esta tienda no vende bicicletas nuevas",
"uk": "Цей магазин не продає нові велосипеди"
}
}
]
},
{
"id": "bike_second_hand",
"condition": {
"or": [
"service:bicycle:second_hand~*",
"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": "¿Esta tienda vende bicicletas de segunda mano?",
"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 bicicletas 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",
"uk": "У цьому магазині продають вживані велосипеди"
}
},
{
"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 bicicletas 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 bicicletas 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",
"uk": "Цей магазин продає лише вживані велосипеди"
}
}
]
},
{
"id": "repairs_bikes",
"condition": {
"#": "We don't check for shop=bicycle_repair as they imply whether or not bikes are sold",
"or": [
"service:bicycle:repair~*",
"shop=sport",
"shop=sports",
"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": "¿Esta tienda repara bicicletas?",
"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 bicicletas",
"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 bicicletas",
"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 bicicletas 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 bicicletas de una determinada marca",
"da": "Dette værksted reparerer kun cykler af et bestemt mærke",
"ca": "Aquesta tenda sols repara bicis duna 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": [
"service:bicycle:rental~*",
"shop=bicycle",
"shop=sport",
"shop=sports",
"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": "¿Esta tienda alquila bicicletas?",
"da": "Udlejer denne butik cykler?",
"ca": "Aquesta botiga alquila bicicletes?",
"cs": "Pronajímá tento obchod kola?",
"uk": "Чи дає цей магазин велосипеди напрокат?"
},
"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.",
"de": "Es geht um die Vermietung, z.B. an Touristen, die ein Fahrrad benötigen. Einige Fahrradwerkstätten bieten ein Fahrrad an, das man benutzen kann, während das eigene Fahrrad repariert wird, aber dies wird für diese Frage nicht als Vermietung betrachtet.",
"uk": "Йдеться про прокат для туристів, яким потрібен велосипед. Деякі майстерні з ремонту велосипедів пропонують велосипед на час ремонту, але це не вважається прокатом в даному випадку.",
"es": "Esto se refiere al alquiler para, por ejemplo, turistas que necesitan una bicicleta. Algunas tiendas de reparación de bicicletas ofrecen una bicicleta para usar mientras se repara la suya, pero esto no se considera alquiler para esta pregunta."
},
"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 bicicletas",
"da": "Denne butik udlejer cykler",
"ca": "Aquesta botiga lloga bicis",
"cs": "Tento obchod pronajímá jízdní kola",
"uk": "У цьому магазині можна взяти напрокат велосипеди"
}
},
{
"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 bicicletas",
"da": "Denne butik udlejer ikke cykler",
"ca": "Aquesta botiga no lloga bicis",
"cs": "Tento obchod nepronajímá kola",
"uk": "Цей магазин не дає велосипеди напрокат"
}
}
]
},
{
"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 luso a chiunque di una pompa per bici?",
"ru": "Предлагается ли в этом магазине велосипедный насос для всеобщего пользования?",
"es": "¿Esta tienda ofrece una bomba de bicicleta para uso de 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": [
"service:bicycle:pump~*",
"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 luso pubblico di una pompa per bici",
"ru": "В этом магазине есть велосипедный насос для всеобщего пользования",
"es": "Esta tienda ofrece una bomba de bicicleta 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 luso pubblico di una pompa per bici",
"ru": "В этом магазине нет велосипедного насоса для всеобщего пользования",
"es": "Esta tienda no ofrece una bomba de bicicleta 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 de bicicleta, 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"
}
}
]
},
{
"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 aquí para reparar tu propia bicicleta?",
"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 de bicicletas por cuenta propia",
"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 de bicicletas por cuenta propia",
"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 la reparación de bicicletas por cuenta propia 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": "¿Se lavan bicicletas aquí?",
"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 las bicicletas por sí 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"
},
"internet",
"internet-fee",
"internet-ssid",
{
"id": "organic",
"question": {
"en": "Does this shop offer organic products?",
"de": "Bietet dieses Geschäft Bioprodukte an?",
"nl": "Biedt deze winkel biologische producten aan?",
"ca": "Aquesta botiga ofereix productes orgànics?",
"fr": "Ce commerce propose-t-il des produits bio ?",
"cs": "Nabízí tento obchod bio produkty?",
"es": "¿Esta tienda ofrece productos orgánicos?"
},
"mappings": [
{
"if": "organic=yes",
"then": {
"en": "This shop offers organic products",
"de": "Dieses Geschäft bietet Bio-Produkte an",
"nl": "Deze winkel biedt biologische producten aan",
"ca": "Aquesta botiga ofereix productes orgànics",
"fr": "Ce commerce propose des produits bio",
"cs": "Tento obchod nabízí bio produkty",
"es": "Esta tienda ofrece productos orgánicos"
}
},
{
"if": "organic=only",
"then": {
"en": "This shop only offers organic products",
"de": "Dieses Geschäft bietet ausschließlich Bio-Produkte an",
"nl": "Deze winkel biedt uitluitend biologische producten aan",
"ca": "Aquesta botiga sols ofereix productes orgànics",
"fr": "Ce commerce ne propose que des produits bio",
"cs": "Tento obchod nabízí pouze bio produkty",
"es": "Esta tienda solo ofrece productos orgánicos"
}
},
{
"if": "organic=no",
"then": {
"en": "This shop does not offer organic products",
"de": "Dieses Geschäft bietet keine Bioprodukte an",
"nl": "Deze winkel heeft geen biologische producten",
"ca": "Aquesta botiga no ofereix productes orgànics",
"fr": "Ce commerce ne propose pas de produit bio",
"cs": "Tento obchod nenabízí bio produkty",
"es": "Esta tienda no ofrece productos orgánicos"
}
}
],
"condition": {
"or": [
"shop=supermarket",
"shop=convenience",
"shop=farm",
"shop=greengrocer",
"shop=health_food",
"shop=clothes",
"shop=shoes",
"shop=butcher",
"shop=cosmetics",
"shop=deli",
"shop=bakery",
"shop=alcohol",
"shop=seafood",
"shop=beverages",
"shop=florist"
]
}
},
{
"id": "diets",
"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"
]
}
}
},
"description"
],
"filter": [
{
"id": "second_hand",
"options": [
{
"question": {
"en": "Only show shops selling second-hand items",
"de": "Nur Second-Hand-Geschäfte anzeigen",
"cs": "Zobrazit pouze obchody prodávající použité zboží",
"es": "Mostrar solo tiendas que venden artículos de segunda mano"
},
"osmTags": {
"or": [
"shop=second_hand",
"shop=charity",
"second_hand=yes",
"second_hand=only",
"service:bicycle:second_hand~i~yes|only"
]
}
}
]
},
"filters.has_organic"
],
"deletion": {
"softDeletionTags": {
"and": [
"shop=",
"phone=",
"website=",
"email=",
"opening_hours=",
"disused:shop:={shop}"
]
},
"omitDefaultDeleteReasons": [
"disused"
],
"nonDeleteMappings": [
{
"if": {
"and": [
"shop=",
"phone=",
"website=",
"email=",
"opening_hours=",
"disused:shop:={shop}"
]
},
"then": {
"nl": "{title()} is permanent gestopt",
"en": "{title()} has closed down permanently",
"de": "{title()} wurde dauerhaft geschlossen",
"es": "{title()} ha cerrado definitivamente",
"fr": "{title()} a fermé définitivement",
"ca": "{title()} ha tancat permanentment",
"cs": "{title()} je trvale uzavřen",
"uk": "{title()} закрився назавжди"
}
}
]
},
"allowMove": true
}