mapcomplete/assets/layers/bike_repair_station/bike_repair_station.json

1137 lines
48 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": "bike_repair_station",
"name": {
"en": "Bicycle pump and repair",
"nl": "Fietspomp en fietsherstel",
"fr": "Station velo (réparation, pompe à vélo)",
"gl": "Estación de bicicletas (arranxo, bomba de ar ou ambos)",
"de": "Fahrradstationen (Reparatur, Pumpe oder beides)",
"it": "Stazioni bici (riparazione, gonfiaggio o entrambi)",
"pt_BR": "Estações de bicicletas (reparo, bomba ou ambos)",
"ru": "Велостанции (ремонт, накачка шин или сразу всё)",
"es": "Bomba y reparación de bicicletas",
"da": "Cykelpumpe og reparation",
"cs": "Vzduchový kompresor a opravy jízdních kol",
"ca": "Manxa i reparació de bicicletes",
"pt": "Estações de bicicletas (reparo, bomba ou ambos)"
},
"description": {
"en": "A layer showing bicycle pumps and bicycle repair tool stands",
"nl": "Deze laag toont fietspompen en herstelpunten voor fietsen",
"de": "Eine Ebene mit Fahrradpumpen und Werkzeugständern für die Fahrradreparatur",
"es": "Una capa que muestra bombas de bicicletas y puestos de herramientas de reparación de bicicletas",
"da": "Et lag med cykelpumper og cykelreværktøjsstativer",
"fr": "Une couche montrant les pompes à vélo et les centres de réparation",
"cs": "Vrstva zobrazující vzduchové kompresory na jízdní kola a stojany na nářadí pro opravu jízdních kol",
"ca": "Una capa que mostra bombes de bicicletes i suports d'eines de reparació de bicicletes",
"pt_BR": "Uma camada que mostra bombas de ar para bicicletas e suportes com ferramentas de reparo para bicicletas",
"pt": "Uma camada que mostra bombas de ar para bicicletas e suportes com ferramentas de reparo para bicicletas"
},
"source": {
"osmTags": {
"and": [
"amenity=bicycle_repair_station"
]
}
},
"minzoom": 13,
"title": {
"render": {
"en": "Bike station (pump & repair)",
"nl": "Herstelpunt met pomp",
"fr": "Point station velo avec pompe",
"gl": "Estación de bicicletas (arranxo e bomba de ar)",
"de": "Fahrradstation (Pumpe & Reparatur)",
"it": "Stazione bici (gonfiaggio & riparazione)",
"pt_BR": "Estação de bicicletas (bomba e reparo)",
"ru": "Велостанция (накачка шин и ремонт)",
"es": "Estación de bicis (bomba y reparación)",
"da": "Cykelstation (pumpe og reparation)",
"ca": "Estació de bicicletes (bomba i reparació)",
"cs": "Cyklistická stanice (pumpa a opravna)",
"pt": "Estação de bicicletas (bomba e reparo)"
},
"mappings": [
{
"if": {
"or": [
"service:bicycle:pump=no",
"service:bicycle:pump:operational_status=broken"
]
},
"then": {
"en": "Bike repair station",
"nl": "Herstelpunt",
"fr": "Point de réparation velo",
"gl": "Estación de arranxo de bicicletas",
"de": "Fahrrad-Reparaturstation",
"it": "Stazione riparazione bici",
"pt_BR": "Estação de reparo de bicicletas",
"pt": "Estação de reparo de bicicletas",
"ru": "Станция обслуживания велосипедов",
"es": "Estación de reparación de bicis",
"da": "Cykelreparationsstation",
"cs": "Stanice na opravu kol",
"ca": "Estació de reparació de bicicletes",
"pl": "Stacja naprawy rowerów"
}
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes"
]
},
"then": {
"en": "Bike repair station",
"nl": "Herstelpunt",
"fr": "Point de réparation",
"gl": "Estación de arranxo de bicicletas",
"de": "Fahrrad-Reparaturstation",
"it": "Stazione riparazione bici",
"pt_BR": "Estação de reparo de bicicletas",
"pt": "Estação de reparo de bicicletas",
"ru": "Станция обслуживания велосипедов",
"es": "Estación de reparación de bicis",
"da": "Cykelreparationsstation",
"cs": "Stanice na opravu kol",
"ca": "Estació de reparació de bicicletes",
"pl": "Stacja naprawy rowerów"
}
},
{
"if": {
"and": [
"service:bicycle:pump:operational_status=broken",
{
"or": [
"service:bicycle:tools=no",
"service:bicycle:tools="
]
}
]
},
"then": {
"en": "Broken pump",
"nl": "Kapotte fietspomp",
"fr": "Pompe cassée",
"gl": "Bomba de ar estragada",
"de": "Kaputte Pumpe",
"it": "Pompa rotta",
"ru": "Насос сломан",
"pt_BR": "Bomba quebrada",
"ca": "Bomba trencada",
"es": "Bomba rota",
"da": "Defekt pumpe",
"cs": "Rozbitý vzduchový kompresor",
"pl": "Zepsuta pompka",
"pt": "Bomba quebrada"
}
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=no",
"name~*"
]
},
"then": {
"en": "Bicycle pump <i>{name}</i>",
"nl": "Fietspomp <i>{name}</i>",
"fr": "Pompe de vélo <i>{name}</i>",
"gl": "Bomba de ar <i>{name}</i>",
"de": "Fahrradpumpe <i>{name}</i>",
"it": "Pompa per bici <i>{name}</i>",
"ru": "Велосипедный насос <i>{name}</i>",
"pt_BR": "Bomba de bicicleta <i>{name}</i>",
"es": "Bomba de bicicletas <i>{name}</i>",
"da": "Cykelpumpe <i>{name}</i>",
"cs": "Vzduchový kompresor <i>{name}</i>",
"ca": "Bomba per a bicicletes <i>{name}</i>",
"pl": "Pompka do rowerów <i>{name}</i>",
"pt": "Bomba de bicicleta <i>{name}</i>"
}
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=no"
]
},
"then": {
"en": "Bicycle pump",
"nl": "Fietspomp",
"fr": "Pompe de vélo",
"gl": "Bomba de ar",
"de": "Fahrradpumpe",
"it": "Pompa per bici",
"ru": "Велосипедный насос",
"pt_BR": "Bomba de bicicleta",
"ca": "Bomba de bicicleta",
"es": "Bomba para bicicletas",
"da": "Cykelpumpe",
"cs": "Vzduchový kompresor",
"pl": "Pompka do rowerów",
"pt": "Bomba de bicicleta"
}
}
]
},
"titleIcons": [
{
"render": "<a href='https://fietsambassade.gent.be/' target='_blank'><img src='./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg'/></a>",
"condition": "operator=De Fietsambassade Gent"
},
"icons.defaults"
],
"pointRendering": [
{
"marker": [
{
"icon": "pin",
"color": {
"render": "#88d32c",
"mappings": [
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes",
"service:bicycle:pump:operational_status=broken"
]
},
"then": "#88d32c"
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes"
]
},
"then": "#30abf0"
},
{
"if": {
"and": [
"service:bicycle:pump:operational_status=broken",
"service:bicycle:tools=no"
]
},
"then": "black"
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
{
"or": [
"service:bicycle:tools=no",
"service:bicycle:tools="
]
}
]
},
"then": "#e1783a"
}
]
}
},
{
"icon": {
"render": "./assets/layers/bike_repair_station/repair_station.svg",
"mappings": [
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes",
"service:bicycle:pump:operational_status=broken"
]
},
"then": "./assets/layers/bike_repair_station/repair_station_broken_pump.svg"
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes"
]
},
"then": "./assets/layers/bike_repair_station/repair_station_pump.svg"
},
{
"if": {
"and": [
"service:bicycle:pump:operational_status=broken",
"service:bicycle:tools=no"
]
},
"then": "./assets/layers/bike_repair_station/broken_pump.svg"
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
{
"or": [
"service:bicycle:tools=no",
"service:bicycle:tools="
]
}
]
},
"then": "./assets/layers/bike_repair_station/pump.svg"
}
]
}
}
],
"iconBadges": [
{
"if": "operator=De Fietsambassade Gent",
"then": "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg"
},
{
"if": {
"or": [
"access=no",
"access=private"
]
},
"then": "invalid"
}
],
"iconSize": "50,50",
"location": [
"point",
"centroid"
],
"anchor": "bottom"
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "a bike pump",
"nl": "een fietspomp",
"fr": "une pompe à vélo",
"gl": "bomba de ar",
"de": "eine Fahrradpumpe",
"it": "una pompa per bici",
"ru": "bелосипедный насос",
"fi": "pyöräpumppu",
"pl": "pompka do roweru",
"pt_BR": "uma bomba de bicicleta",
"es": "una bomba de bicicletas",
"da": "en cykelpumpe",
"cs": "pumpa na kolo",
"ca": "una manxa per a bicicletes",
"pt": "uma bomba de bicicleta"
},
"tags": [
"amenity=bicycle_repair_station",
"service:bicycle:tools=no",
"service:bicycle:pump=yes"
],
"description": {
"en": "A device to inflate your tires on a fixed location in the public space.",
"nl": "Een fietspomp in de publieke ruimte zonder extra gereedschap. De fietspomp in je kelder telt dus niet.",
"it": "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.",
"fr": "Un dispositif pour gonfler vos pneus sur un emplacement fixe dans l'espace public.",
"de": "Ein Gerät zum Aufpumpen von Reifen an einem festen Standort im öffentlichen Raum.",
"pl": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.",
"pt_BR": "Um dispositivo para encher seus pneus em um local fixa no espaço público.",
"pt": "Um aparelho para encher os seus pneus num local fixa no espaço público.",
"es": "Un dispositivo para inflar tus ruedas en una posición fija en el espacio público.",
"da": "En anordning til at fylde dine dæk op på et fast sted i det offentlige rum.",
"cs": "Zařízení pro huštění pneumatik na pevném místě na veřejném místě.",
"ca": "Un dispositiu per a unflar les teues rodes en una posició fixa a l'espai públic."
},
"exampleImages": [
"./assets/layers/bike_repair_station/pump_example_round.jpg",
"./assets/layers/bike_repair_station/pump_example.png",
"./assets/layers/bike_repair_station/pump_example_manual.jpg"
]
},
{
"title": {
"en": "a bike repair station and pump",
"nl": "een herstelpunt en pomp",
"fr": "une point de réparation vélo avec pompe",
"gl": "estación de arranxo de bicicletas con bomba de ar",
"de": "eine Fahrrad-Reparaturstation mit Pumpe",
"it": "una stazione di riparazione bici e pompa",
"pl": "stacja naprawy rowerów i pompka",
"es": "En estación de reparación de bicicletas y bomba",
"da": "en cykelreparationsstation og pumpe",
"cs": "opravna kol a vzduchový kompresor",
"ca": "una estació de reparació de bicicletes i una bomba"
},
"tags": [
"amenity=bicycle_repair_station",
"service:bicycle:tools=yes",
"service:bicycle:pump=yes"
],
"description": {
"en": "A bicycle pump and tools to repair your bike in the public space. The tools are often secured with chains against theft.",
"nl": "Een fietspomp en gereedschap om je fiets te herstellen in de publieke ruimte. Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.",
"fr": "Un dispositif avec des outils pour réparer votre vélo combiné à une pompe a un emplacement fixe. Les outils sont souvent attachés par une chaîne pour empêcher le vol.",
"it": "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.",
"de": "Ein Gerät mit Werkzeugen zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Die Werkzeuge sind oft mit Ketten gegen Diebstahl gesichert.",
"es": "Una bomba de bicicletas y herramientas para reparar tu bicicleta en el espacio público. Las herramientas habitualmente están aseguradas con cadenas contra el robo.",
"da": "En cykelpumpe og værktøj til at reparere din cykel i det offentlige rum. Værktøjet er ofte sikret med kæder mod tyveri.",
"cs": "Vzduchový kompresor na kolo a nářadí na opravu kola na veřejném místě. Nářadí je často zajištěno řetězy proti krádeži.",
"ca": "Una bomba per a bicicletes i eines per a reparar la teva bicicleta a l'espai públic. Les eines sovint estan assegurades amb cadenes contra robatoris.",
"pt_BR": "Uma bomba de ar para bicicletas e ferramentas para reparar sua bicicleta em espaço público. As ferramentas geralmente são protegidas com correntes contra furtos.",
"pt": "Uma bomba de ar para bicicletas e ferramentas para reparar a sua bicicleta em espaço público. As ferramentas geralmente são protegidas com correntes contra furtos."
},
"exampleImages": [
"./assets/layers/bike_repair_station/repair_station_example_2.jpg",
"./assets/layers/bike_repair_station/repair_station_example_3.jpg"
]
},
{
"title": {
"en": "a bike repair station without pump",
"nl": "een herstelpunt zonder pomp",
"fr": "une point de réparation vélo sans pompe",
"gl": "estación de arranxo de bicicletas sin bomba de ar",
"de": "eine Fahrrad-Reparaturstation ohne Pumpe",
"it": "una stazione di riparazione bici senza pompa",
"ru": "Станция обслуживания велосипедов без накачки (насоса)",
"es": "una estación de reparación de bicicletas sin bomba",
"da": "en cykelreparationsstation uden pumpe",
"cs": "opravna kol bez vzduchového kompresoru",
"ca": "una estació de reparació de bicicletes sense bomba"
},
"tags": [
"amenity=bicycle_repair_station",
"service:bicycle:tools=yes",
"service:bicycle:pump=no"
],
"description": {
"en": "Tools to repair your bike in the public space (without pump). The tools are secured against theft.",
"nl": "Gereedschap om je fiets te herstellen in de publieke ruimte (zonder pomp). Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.",
"de": "Werkzeug, um Ihr Fahrrad im öffentlichen Raum zu reparieren (ohne Pumpe). Die Werkzeuge sind gegen Diebstahl gesichert.",
"es": "Herramientas para reparar tu bici en el espacio público (sin bomba).Las herramientas están aseguradas contra el robo.",
"da": "Værktøj til at reparere din cykel i det offentlige rum (uden pumpe). Værktøjet er sikret mod tyveri.",
"fr": "Des outils pour réparer les vélos dans lespace public (sans pompe). Les outils sont sécurisés contre le vol.",
"cs": "nářadí pro opravu kola na veřejném místě (bez vzduchového kompresoru) Nářadí je zabezpečeno proti krádeži.",
"ca": "Eines per reparar la teva bicicleta a l'espai públic (sense bomba). Les eines estan assegurades contra robatoris."
}
}
],
"tagRenderings": [
"images",
{
"id": "bike_repair_station-available-services",
"question": {
"en": "Which services are available at this location?",
"nl": "Welke functies biedt locatie?",
"fr": "Quels services sont valables à cette station vélo ?",
"gl": "Que servizos están dispoñíbeis nesta estación de bicicletas?",
"de": "Welche Geräte sind hier vorhanden?",
"it": "Quali servizi sono disponibili in questa stazione per bici?",
"pt_BR": "Quais serviços estão disponíveis nesta estação de bicicletas?",
"pt": "Quais serviços estão disponíveis nesta estação de bicicletas?",
"es": "¿Qué servicios están disponibles en esta localización?",
"da": "Hvilke tjenester er tilgængelige på dette sted?",
"cs": "Jaké služby jsou na tomto místě k dispozici?",
"ca": "Quins serveis hi ha disponibles en aquesta ubicació?"
},
"mappings": [
{
"if": {
"and": [
"service:bicycle:tools=no",
"service:bicycle:pump=yes"
]
},
"then": {
"en": "There is only a pump present",
"nl": "Er is enkel een pomp aanwezig",
"fr": "Il y a seulement une pompe",
"gl": "Só hai unha bomba de ar presente",
"de": "Nur eine Pumpe ist vorhanden",
"it": "Cè solamente una pompa presente",
"pt_BR": "Há somente uma bomba presente",
"pt": "Há somente uma bomba presente",
"es": "Solo hay una bomba presente",
"da": "Der er kun en pumpe",
"cs": "K dispozici je pouze vzduchový kompresor",
"ca": "Només hi ha una bomba present"
}
},
{
"if": {
"and": [
"service:bicycle:tools=yes",
"service:bicycle:pump=no"
]
},
"then": {
"en": "There are only tools (screwdrivers, pliers, …) present",
"nl": "Er is enkel gereedschap aanwezig (schroevendraaier, tang...)",
"fr": "Il y a seulement des outils (tournevis, pinces…)",
"gl": "Só hai ferramentas (desaparafusadores, alicates...) presentes",
"de": "Nur Werkzeug (Schraubenzieher, Zangen, …) ist vorhanden",
"it": "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti",
"pt_BR": "Há somente ferramentas (chaves de fenda, alicates...) presentes",
"pt": "Há somente ferramentas (chaves de fenda, alicates...) presentes",
"es": "Solo hay herramientas (destornilladores, pinzas...) presentes",
"da": "Der er kun værktøj (skruetrækkere, tænger, ...) til stede",
"cs": "K dispozici je pouze nářadí (šroubováky, kleště, …)",
"ca": "Només hi ha present ferramentes (tornavísos, pinces, …)"
}
},
{
"if": {
"and": [
"service:bicycle:tools=yes",
"service:bicycle:pump=yes"
]
},
"then": {
"en": "There are both tools and a pump present",
"nl": "Er is zowel een pomp als gereedschap aanwezig",
"fr": "Il y a des outils et une pompe",
"gl": "Hai ferramentas e unha bomba de ar presentes",
"de": "Werkzeug und Pumpe sind vorhanden",
"it": "Ci sono sia attrezzi che pompa presenti",
"pt_BR": "Há tanto ferramentas e uma bomba presente",
"pt": "Há tanto ferramentas e uma bomba presente",
"es": "Hay tanto herramientas como bombas",
"da": "Der er både værktøj og pumpe",
"cs": "K dispozici jsou nástroje i vzduchový kompresor",
"ca": "Hi ha tant eines com una bomba"
}
}
]
},
{
"question": {
"en": "Is the bike pump still operational?",
"nl": "Werkt de fietspomp nog?",
"fr": "La pompe à vélo fonctionne-t-elle toujours ?",
"gl": "Segue a funcionar a bomba de ar?",
"de": "Ist die Fahrradpumpe noch funktionstüchtig?",
"it": "La pompa per bici è sempre funzionante?",
"ru": "Велосипедный насос все еще работает?",
"pl": "Czy pompka rowerowa jest nadal sprawna?",
"es": "¿Todavía está operativa la bomba para bicicletas?",
"da": "Fungerer cykelpumpen stadig?",
"cs": "Je vzduchový kompresor na kolo stále funkční?",
"ca": "La bomba per a la bicicleta encara funciona?"
},
"condition": "service:bicycle:pump=yes",
"mappings": [
{
"if": "service:bicycle:pump:operational_status=broken",
"then": {
"en": "The bike pump is broken",
"nl": "De fietspomp is kapot",
"fr": "La pompe à vélo est cassée",
"gl": "A bomba de ar está estragada",
"de": "Die Fahrradpumpe ist kaputt",
"it": "La pompa per bici è guasta",
"ru": "Велосипедный насос сломан",
"pl": "Pompka rowerowa jest zepsuta",
"es": "La bomba para bicicletas está rota",
"da": "Cykelpumpen er i stykker",
"cs": "Vzduchový kompresor na kolo je rozbitý",
"ca": "La bomba per a bicicletes està trencada"
}
},
{
"if": "service:bicycle:pump:operational_status=operational",
"then": {
"en": "The bike pump is operational",
"nl": "De fietspomp werkt nog",
"fr": "La pompe est opérationnelle",
"gl": "A bomba de ar está operativa",
"de": "Die Fahrradpumpe ist betriebsbereit",
"it": "La pompa per bici funziona",
"ru": "Велосипедный насос работает",
"pl": "Pompka rowerowa jest sprawna",
"es": "La bomba para bicicletas está operativa",
"da": "Cykelpumpen er i drift",
"cs": "Vzduchový kompresor na kolo je v provozu",
"ca": "La bomba per a la bicicleta està operativa"
}
}
],
"id": "Operational status"
},
{
"builtin": "opening_hours_24_7",
"override": {
"question": {
"nl": "Wanneer is dit fietsherstelpunt open?",
"en": "When is this bicycle repair point open?",
"fr": "Quand ce point de réparation de vélo est-il ouvert ?",
"it": "Quando è aperto questo punto riparazione bici?",
"de": "Wann ist die Fahrradreparaturstation geöffnet?",
"ru": "Когда работает эта точка обслуживания велосипедов?",
"es": "¿Cuándo está abierto este punto de reparación de bicicletas?",
"da": "Hvornår er dette cykelreparationssted åbent?",
"cs": "Kdy je toto místo pro opravu jízdních kol otevřeno?",
"ca": "Quan està obert aquest punt de reparació de bicicletes?"
}
}
},
{
"id": "access",
"question": {
"en": "Who is allowed to use this repair station?",
"nl": "Wie kan dit herstelpunt gebruiken?",
"de": "Wer darf die Reparaturstation nutzen?",
"es": "¿A quién se le permite utilizar esta estación de reparación?",
"da": "Hvem må bruge denne reparationsstation?",
"fr": "Qui est autorisé à utiliser ce centre de réparation ?",
"cs": "Kdo smí tuto opravnu používat?",
"ca": "Qui pot utilitzar aquesta estació de reparació?"
},
"mappings": [
{
"if": "access=yes",
"then": {
"en": "Publicly accessible",
"nl": "Publiek toegankelijk",
"de": "Die Reparaturstation darf öffentlich genutzt werden",
"es": "Accesible públicamente",
"da": "Offentligt tilgængelig",
"fr": "Accessible au public",
"cs": "Veřejně přístupné",
"ca": "Accessible al públic"
}
},
{
"if": "access=public",
"then": {
"en": "Publicly accessible",
"nl": "Publiek toegankelijk",
"de": "Öffentlich zugänglich",
"es": "Accesible públicamente",
"da": "Offentligt tilgængelig",
"fr": "Accessible au public",
"cs": "Veřejně přístupné",
"ca": "Accessible al públic",
"pl": "Dostępne publicznie"
},
"hideInAnswer": true
},
{
"if": "access=customers",
"then": {
"en": "Only for customers",
"nl": "Enkel voor klanten van de bijhorende zaak",
"de": "Die Reparaturstation darf nur von Kunden genutzt werden",
"es": "Solo para clientes",
"da": "Kun for kunder",
"fr": "Réservé aux clients",
"cs": "Pouze pro zákazníky",
"ca": "Només per a clients",
"pl": "Tylko dla klientów"
}
},
{
"if": "access=private",
"then": {
"en": "Not accessible to the general public",
"nl": "Niet publiek toegankelijk",
"de": "Die Reparaturstation darf nicht öffentlich genutzt werden",
"es": "No accesible para el público general",
"da": "Ikke tilgængelig for offentligheden",
"fr": "Pas accessible au public",
"cs": "Nepřístupné pro veřejnost",
"ca": "No accessible per al públic general"
},
"icon": "./assets/svg/invalid.svg"
},
{
"if": "access=no",
"then": {
"en": "Not accessible to the general public",
"nl": "Niet publiek toegankelijk",
"de": "Nicht für die Allgemeinheit zugänglich",
"es": "No accesible para el público general",
"da": "Ikke tilgængelig for offentligheden",
"fr": "Pas accessible au public",
"cs": "Nepřístupné pro veřejnost",
"ca": "No accessible per al públic general"
},
"icon": "./assets/svg/invalid.svg",
"hideInAnswer": true
}
]
},
{
"labels": [
"operator-info"
],
"question": {
"en": "Who maintains this cycle pump?",
"nl": "Wie beheert deze fietspomp?",
"fr": "Qui maintient cette pompe à vélo ?",
"it": "Chi gestisce questa pompa per bici?",
"de": "Wer betreibt die Reparaturstation?",
"pt_BR": "Quem faz a manutenção desta bomba de ciclo?",
"pt": "Quem faz a manutenção desta bomba de ciclo?",
"es": "¿Quién mantiene esta bomba para bicicletas?",
"da": "Hvem vedligeholder denne cykluspumpe?",
"cs": "Kdo udržuje tento vzduchový kompresor?",
"ca": "Qui fa el manteniment d'aquesta bomba de cicle?"
},
"render": {
"nl": "Beheer door {operator}",
"en": "Maintained by {operator}",
"fr": "Maintenue par {operator}",
"it": "Manutenuta da {operator}",
"de": "Betrieben von {operator}",
"pt_BR": "Mantida por {operator}",
"pt": "Mantida por {operator}",
"es": "Mantenido por {operator}",
"da": "Vedligeholdt af {operator}",
"cs": "Udržováno od {operator}",
"ca": "Mantés per {operator}"
},
"freeform": {
"key": "operator"
},
"id": "bike_repair_station-operator"
},
{
"labels": [
"operator-info"
],
"question": {
"en": "What is the email address of the maintainer?",
"nl": "Wat is het email-adres van de beheerder?",
"de": "Wie lautet die E-Mail-Adresse des Betreibers?",
"fr": "Quelle est l'adresse email du service de maintenance ?",
"es": "¿Es esta la dirección de correo electrónico del mantenedor?",
"da": "Hvad er e-mailadressen på vedligeholderen?",
"cs": "Jaká je e-mailová adresa správce?",
"ca": "Quina és l'adreça de correu electrònic del responsable del manteniment?"
},
"freeform": {
"key": "email",
"type": "email"
},
"render": "<a href='mailto:{email}'>{email}</a>",
"id": "bike_repair_station-email"
},
{
"labels": [
"operator-info"
],
"question": {
"en": "What is the phone number of the maintainer?",
"nl": "Wat is het telefoonnummer van de beheerder?",
"de": "Wie lautet die Telefonnummer des Betreibers?",
"fr": "Quel est le numéro de téléphone du service de maintenance ?",
"es": "¿Cual es el número de teléfono del mantenedor?",
"da": "Hvad er telefonnummeret på vedligeholderen?",
"cs": "Jaké je telefonní číslo správce?",
"ca": "Quin és el número de telèfon del responsable?"
},
"freeform": {
"key": "phone",
"type": "phone"
},
"render": "<a href='tel:{phone}'>{phone}</a>",
"id": "bike_repair_station-phone"
},
{
"id": "bike_repair_station-bike-chain-tool",
"question": {
"en": "Does this bike repair station have a special tool to repair your bike chain?",
"nl": "Heeft dit herstelpunt een speciale reparatieset voor je ketting?",
"fr": "Est-ce que cette station vélo a un outil specifique pour réparer la chaîne du vélo ?",
"gl": "Esta estación de arranxo de bicicletas ten unha ferramenta especial para arranxar a cadea da túa bicicleta?",
"de": "Verfügt diese Fahrrad-Reparaturstation über Spezialwerkzeug zur Reparatur von Fahrradketten?",
"it": "Questa stazione di riparazione bici ha un attrezzo speciale per riparare la catena della bici?",
"es": "¿Esta estación de reparación tiene una herramienta especial para reparar la cadena de tu bici?",
"da": "Har denne cykelreparationsstation et specialværktøj til at reparere cykelkæder?",
"cs": "Má tato opravna kol speciální nástroj na opravu řetězu?",
"ca": "Aquesta estació de reparació de bicicletes té una eina especial per reparar la vostra cadena de la biciclete?"
},
"condition": "service:bicycle:tools=yes",
"mappings": [
{
"if": "service:bicycle:chain_tool=yes",
"then": {
"en": "There is a chain tool",
"nl": "Er is een reparatieset voor je ketting",
"fr": "Il y a un outil pour réparer la chaine",
"gl": "Hai unha ferramenta para a cadea",
"de": "Es gibt ein Kettenwerkzeug",
"it": "È presente un utensile per riparare la catena",
"pt_BR": "Há uma ferramenta de corrente",
"pt": "Há uma ferramenta de corrente",
"es": "Hay una herramienta para cadenas",
"da": "Der er et kædeværktøj",
"cs": "K dispozici je nástroj na řetěz",
"ca": "Hi ha ferramentes per a la cadena"
}
},
{
"if": "service:bicycle:chain_tool=no",
"then": {
"en": "There is no chain tool",
"nl": "Er is geen reparatieset voor je ketting",
"fr": "Il n'y a pas d'outil pour réparer la chaine",
"gl": "Non hai unha ferramenta para a cadea",
"de": "Es gibt kein Kettenwerkzeug",
"it": "Non è presente un utensile per riparare la catena",
"pt_BR": "Não há uma ferramenta de corrente",
"pt": "Não há uma ferramenta de corrente",
"es": "No hay herramienta de cadenas",
"da": "Der er ikke noget kædeværktøj",
"cs": "Není k dispozici žádný nástroj na řetěz",
"ca": "No hi ha ferramentes per a la cadena"
}
}
]
},
{
"id": "bike_repair_station-bike-stand",
"question": {
"en": "Does this bike station have a hook to hang your bike on or a stand to raise it?",
"nl": "Heeft dit herstelpunt een haak of standaard om je fiets op te hangen/zetten?",
"fr": "Est-ce que cette station vélo à un crochet pour suspendre son vélo ou une accroche pour l'élevé ?",
"gl": "Esta estación de bicicletas ten un guindastre para pendurar a túa bicicleta ou un soporte para elevala?",
"de": "Hat diese Fahrradstation einen Haken, an dem Sie Ihr Fahrrad aufhängen können, oder einen Ständer, um es anzuheben?",
"it": "Questa stazione bici ha un gancio per tenere sospesa la bici o un supporto per alzarla?",
"es": "¿Esta estación tiene un gancho para colgar tu bici o un soporte para elevarla?",
"da": "Har denne cykelstation en krog til at hænge din cykel på eller et stativ til at hæve den?",
"cs": "Má tato cyklistická stanice hák na zavěšení kola nebo stojan na jeho zvednutí?",
"ca": "Aquesta estació de bicicletes té un ganxo per penjar la bicicleta o un suport per aixecar-la?"
},
"condition": "service:bicycle:tools=yes",
"mappings": [
{
"if": "service:bicycle:stand=yes",
"then": {
"en": "There is a hook or stand",
"nl": "Er is een haak of standaard",
"fr": "Il y a un crochet ou une accroche",
"gl": "Hai un guindastre ou soporte",
"de": "Es gibt einen Haken oder Ständer",
"it": "Cè un gancio o un supporto",
"pt_BR": "Há um gancho ou um suporte",
"pt": "Há um gancho ou um suporte",
"es": "Hay un gancho o soporte",
"da": "Der er en krog eller et stativ",
"cs": "K dispozici je závěsný hák nebo stojan",
"ca": "Hi ha un ganxo o suport"
}
},
{
"if": "service:bicycle:stand=no",
"then": {
"en": "There is no hook or stand",
"nl": "Er is geen haak of standaard",
"fr": "Il n'y pas de crochet ou d'accroche",
"gl": "Non hai un guindastre ou soporte",
"de": "Es gibt keinen Haken oder Ständer",
"it": "Non cè né un gancio né un supporto",
"pt_BR": "Não há um gancho ou um suporte",
"pt": "Não há um gancho ou um suporte",
"es": "No hay ningún gancho o soporte",
"da": "Der er ingen krog eller stativ",
"cs": "Není zde žádný závěsný hák ani stojan",
"ca": "No hi ha ganxo ni suport"
}
}
]
},
{
"condition": {
"and": [
"email~*",
"service:bicycle:pump:operational_status=broken"
]
},
"render": {
"special": {
"type": "send_email",
"to": "{email}",
"subject": {
"en": "Broken bicycle pump",
"nl": "Kapotte fietspomp",
"de": "Fahrradpumpe kaputt",
"es": "Bomba para bicicletas rota",
"fr": "Pompe à vélo cassée",
"da": "Cykelpumpe i stykker",
"cs": "Rozbitý vzduchový kompresor",
"ca": "Bomba de bicicleta trencada",
"pl": "Zepsuta pompka rowerowa"
},
"body": {
"en": "Hello,\n\nWith this email, I'd like to inform you that the bicycle pump located at https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} is broken.\n\n Kind regards",
"nl": "Geachte\n\nGraag had ik u gemeld dat een fietspomp defect is. De fietspomp bevindt zich hier: https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id}.\n\nMet vriendelijke groeten.",
"de": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} befindet, kaputt ist.\n\nMit freundlichen Grüßen",
"da": "Hej,\n\nMed denne e-mail vil jeg gerne oplyse, at cykelpumpen, der befinder sig på https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} er i stykker.\n\n Med venlig hilse",
"es": "Hola,\n\nCon este correo, me gustaría informar de que esta bomba para bicicletas situada en https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} está rota.\n\nUn saludo",
"fr": "Bonjour,\n\nCe mail pour vous informer que la pompe à vélo située à https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} est cassée.\n\nBien à vous.",
"cs": "Dobrý den,\n\ntímto e-mailem bych Vás chtěl informovat, že vzduchový kompresor na kolo umístěný na adrese https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} je rozbitý.\n\n S pozdravem",
"ca": "Hola,\n\nAmb aquest correu electrònic, m'agradaria informar-vos que la bomba de bicicleta situada a https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} està trencada.\n\nSalutacions cordials"
},
"button_text": {
"en": "Report this bicycle pump as broken",
"nl": "Rapporteer deze fietspomp als kapot",
"fr": "Signaler cette pompe à vélo cassée",
"de": "Melde diese Fahrradpumpe als kaputt",
"da": "Anmeld denne cykelpumpe som værende i stykker",
"es": "Reportar esta bomba para bicicletas como rota",
"cs": "Nahlásit tento vzduchový kompresor na kolo jako rozbitý",
"ca": "Informar aquesta bomba de bicicleta com a trencada",
"pl": "Zgłoś, że ta pompka rowerowa jest zepsuta"
}
}
},
"id": "send_email_about_broken_pump"
},
{
"question": {
"en": "What valves are supported?",
"nl": "Welke ventielen werken er met de pomp?",
"fr": "Quelles valves sont compatibles ?",
"gl": "Que válvulas son compatíbeis?",
"de": "Welche Ventile werden unterstützt?",
"it": "Quali valvole sono supportate?",
"pl": "Jakie zawory są obsługiwane?",
"es": "¿Que válvulas se soportan?",
"da": "Hvilke ventiler understøttes?",
"cs": "Jaké ventily jsou podporovány?",
"ca": "Quines vàlvules són compatibles?"
},
"render": {
"en": "This pump supports the following valves: {valves}",
"nl": "Deze pomp werkt met de volgende ventielen: {valves}",
"fr": "Cette pompe est compatible avec les valves suivantes : {valves}",
"gl": "Esta bomba de ar admite as seguintes válvulas: {valves}",
"de": "Diese Pumpe unterstützt die folgenden Ventile: {valves}",
"it": "Questa pompa è compatibile con le seguenti valvole: {valves}",
"ru": "Этот насос поддерживает следующие клапаны: {valves}",
"pl": "Ta pompka obsługuje następujące zawory: {valves}",
"es": "Esta bomba soporta las siguiente válvulas: {valves}",
"da": "Denne pumpe understøtter følgende ventiler: {valves}",
"cs": "Tento vzduchový kompresor podporuje následující ventily: {valves}",
"ca": "Aquesta bomba admet les vàlvules següents: {valves}"
},
"freeform": {
"#addExtraTags": [
"fixme=Freeform 'valves'-tag used: possibly a wrong value"
],
"key": "valves"
},
"multiAnswer": true,
"mappings": [
{
"if": "valves=sclaverand",
"then": {
"en": "Sclaverand/Presta (narrow-width bike tires)",
"nl": "Sclaverand/Presta (dunne fietsbanden)",
"fr": "Sclaverand/Presta (pneus de vélos à faible largeur)",
"gl": "Sclaverand (tamén coñecido como Presta)",
"de": "Sclaverand-/Presta-Ventile (für Rennräder)",
"it": "Sclaverand (detta anche Presta)",
"ru": "Клапан Presta (также известный как французский клапан)",
"da": "Sclaverand/Presta (cykeldæk med smal bredde)",
"es": "Sclaverand/Presta (neumáticos de bicicleta estrechos)",
"cs": "Sclaverand/Presta (úzké cyklistické pláště)",
"ca": "Sclaverand/Presta (pneumàtics per a bicis estrets)"
}
},
{
"if": "valves=dunlop",
"then": {
"en": "Dunlop",
"nl": "Dunlop",
"fr": "Dunlop",
"gl": "Dunlop",
"de": "Dunlopventile",
"it": "Dunlop",
"ru": "Клапан Dunlop",
"da": "Dunlop",
"es": "Dunlop",
"cs": "Dunlop",
"ca": "Dunlop",
"eu": "Dunlop"
}
},
{
"if": "valves=schrader",
"then": {
"en": "Schrader (cars and mountainbikes)",
"nl": "Schrader (auto's en mountainbikes)",
"fr": "Schrader (voitures et vélos de montagne)",
"gl": "Schrader (para automóbiles)",
"de": "Schrader-Ventile (für Autos und Mountainbikes)",
"it": "Schrader (valvola delle auto)",
"da": "Schrader (biler og mountainbikes)",
"es": "Schrader (coches y bicicletas de montaña)",
"cs": "Schrader (automobily a horská kola)",
"ca": "Schrader (cotxes i bicicletes de muntanya)"
}
}
],
"id": "bike_repair_station-valves"
},
{
"id": "bike_repair_station-electrical_pump",
"question": {
"en": "Is this an electric bike pump?",
"nl": "Is dit een elektrische fietspomp?",
"fr": "Est-ce que cette pompe est électrique ?",
"gl": "Esta é unha bomba de ar eléctrica?",
"de": "Ist dies eine elektrische Fahrradpumpe?",
"it": "Questa pompa per bici è elettrica?",
"ru": "Это электрический велосипедный насос?",
"pl": "Czy jest to elektryczna pompka do roweru?",
"es": "¿Es una bomba eléctrica para bicis?",
"da": "Er dette en elektrisk cykelpumpe?",
"cs": "Je to elektrická pumpa na kolo?",
"ca": "És una bomba per a bicicletes elèctrica?"
},
"condition": "service:bicycle:pump=yes",
"mappings": [
{
"if": "manual=yes",
"then": {
"en": "Manual pump",
"nl": "Manuele pomp",
"fr": "Pompe manuelle",
"gl": "Bomba de ar manual",
"de": "Manuelle Pumpe",
"it": "Pompa manuale",
"ru": "Ручной насос",
"pl": "Pompa ręczna",
"pt_BR": "Bomba manual",
"pt": "Bomba manual",
"ca": "Bomba manual",
"es": "Bomba manual",
"da": "Manuel pumpe",
"cs": "Ruční pumpa"
}
},
{
"if": "manual=no",
"then": {
"en": "Electrical pump",
"nl": "Elektrische pomp",
"fr": "Pompe électrique",
"gl": "Bomba de ar eléctrica",
"de": "Elektrische Pumpe",
"it": "Pompa elettrica",
"ru": "Электрический насос",
"pl": "Pompka elektryczna",
"pt_BR": "Bomba elétrica",
"pt": "Bomba elétrica",
"ca": "Bomba elèctrica",
"es": "Bomba eléctrica",
"da": "Elektrisk pumpe",
"cs": "Elektrická pumpa"
}
}
]
},
{
"id": "bike_repair_station-manometer",
"question": {
"en": "Does the pump have a pressure indicator or manometer?",
"nl": "Heeft deze pomp een luchtdrukmeter?",
"fr": "Est-ce que la pompe à un manomètre integré ?",
"gl": "Ten a bomba de ar un indicador de presión ou un manómetro?",
"de": "Verfügt die Pumpe über einen Druckanzeiger oder ein Manometer?",
"it": "Questa pompa ha lindicatore della pressione o il manometro?",
"pl": "Czy pompka posiada wskaźnik ciśnienia lub manometr?",
"es": "¿La bomba tiene un indicador de presión o manómetro?",
"da": "Har pumpen trykindikator eller manometer?",
"cs": "Má vzduchový kompresor ukazatel tlaku nebo manometr?",
"ca": "La bomba té un indicador de pressió o un manòmetre?"
},
"condition": "service:bicycle:pump=yes",
"mappings": [
{
"if": "manometer=yes",
"then": {
"en": "There is a manometer",
"nl": "Er is een luchtdrukmeter",
"fr": "Il y a un manomètre",
"gl": "Hai manómetro",
"de": "Es gibt ein Manometer",
"it": "Cè un manometro",
"ru": "Есть манометр",
"pl": "Jest manometr",
"pt_BR": "Há um manômetro",
"pt": "Há um manômetro",
"es": "Hay un manómetro",
"da": "Der er et manometer",
"cs": "K dispozici je manometr",
"ca": "Hi ha un manòmetre"
}
},
{
"if": "manometer=no",
"then": {
"en": "There is no manometer",
"nl": "Er is geen luchtdrukmeter",
"fr": "Il n'y a pas de manomètre",
"gl": "Non hai manómetro",
"de": "Es gibt kein Manometer",
"it": "Non cè un manometro",
"ru": "Нет манометра",
"pl": "Nie ma manometru",
"pt_BR": "Não há um manômetro",
"pt": "Não há um manômetro",
"es": "No hay ningún manometro",
"da": "Der er ikke noget manometer",
"cs": "Není zde žádný manometr",
"ca": "No hi ha manòmetre"
}
},
{
"if": "manometer=broken",
"then": {
"en": "There is manometer but it is broken",
"nl": "Er is een luchtdrukmeter maar die is momenteel defect",
"fr": "Il y a un manomètre mais il est cassé",
"gl": "Hai manómetro pero está estragado",
"de": "Es gibt ein Manometer, aber es ist kaputt",
"it": "Cè un manometro ma è rotto",
"ru": "Есть манометр, но он сломан",
"pl": "Jest manometr, ale jest uszkodzony",
"pt_BR": "Há um manômetro mas está quebrado",
"pt": "Há um manômetro mas está quebrado",
"es": "Hay un manómetro pero está roto",
"da": "Der er et manometer, men det er i stykker",
"cs": "Je zde manometr, ale je rozbitý",
"ca": "Hi ha manòmetre però està trencat"
}
}
]
},
"level"
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
}
}