mapcomplete/assets/layers/bike_repair_station/bike_repair_station.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

982 lines
39 KiB
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"id": "bike_repair_station",
"name": {
2022-02-04 02:48:31 +01:00
"en": "Bicycle pump and repair",
2022-02-27 15:54:50 +01:00
"nl": "Fietspomp en fietsherstel",
2021-11-07 14:37:21 +01:00
"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)",
2022-04-09 17:35:21 +02:00
"pt_BR": "Estações de bicicletas (reparo, bomba ou ambos)",
2022-04-18 01:47:54 +02:00
"ru": "Велостанции (ремонт, накачка шин или сразу всё)",
2022-04-28 00:35:08 +02:00
"es": "Bomba y reparación de bicicletas",
"da": "Cykelpumpe og reparation"
2021-11-07 14:37:21 +01:00
},
"minzoom": 13,
"source": {
"osmTags": {
"and": [
"amenity=bicycle_repair_station"
]
}
},
"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)",
2022-04-09 17:35:21 +02:00
"pt_BR": "Estação de bicicletas (bomba e reparo)",
2022-04-18 01:47:54 +02:00
"ru": "Велостанция (накачка шин и ремонт)",
2022-04-28 00:35:08 +02:00
"es": "Estación de bicis (bomba y reparación)",
"da": "Cykelstation (pumpe og reparation)"
},
2021-11-07 14:37:21 +01:00
"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",
2022-04-09 17:35:21 +02:00
"pt": "Estação de reparo de bicicletas",
2022-04-18 01:47:54 +02:00
"ru": "Станция обслуживания велосипедов",
2022-04-28 00:35:08 +02:00
"es": "Estación de reparación de bicis",
"da": "Cykelreparationsstation"
}
2021-11-07 14:37:21 +01:00
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes"
]
},
2021-11-07 14:37:21 +01:00
"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",
2022-04-09 17:35:21 +02:00
"pt": "Estação de reparo de bicicletas",
2022-04-18 01:47:54 +02:00
"ru": "Станция обслуживания велосипедов",
2022-04-28 00:35:08 +02:00
"es": "Estación de reparación de bicis",
"da": "Cykelreparationsstation"
2021-11-07 14:37:21 +01:00
}
},
{
"if": {
"and": [
"service:bicycle:pump:operational_status=broken",
{
2021-11-07 14:37:21 +01:00
"or": [
"service:bicycle:tools=no",
"service:bicycle:tools="
]
2020-09-09 18:42:13 +02:00
}
2021-11-07 14:37:21 +01:00
]
},
"then": {
"en": "Broken pump",
"nl": "Kapotte fietspomp",
"fr": "Pompe cassée",
"gl": "Bomba de ar estragada",
"de": "Kaputte Pumpe",
"it": "Pompa rotta",
2022-04-09 17:35:21 +02:00
"ru": "Насос сломан",
2022-04-13 18:42:40 +02:00
"pt_BR": "Bomba quebrada",
2022-04-18 01:47:54 +02:00
"ca": "Bomba trencada",
2022-04-28 00:35:08 +02:00
"es": "Bomba rota",
"da": "Defekt pumpe"
2021-11-07 14:37:21 +01:00
}
},
{
"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>",
2022-04-18 01:47:54 +02:00
"pt_BR": "Bomba de bicicleta <i>{name}</i>",
2022-04-28 00:35:08 +02:00
"es": "Bomba de bicicletas <i>{name}</i>",
"da": "Cykelpumpe <i>{name}</i>"
2021-11-07 14:37:21 +01:00
}
},
{
"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": "Велосипедный насос",
2022-04-13 18:42:40 +02:00
"pt_BR": "Bomba de bicicleta",
2022-04-18 01:47:54 +02:00
"ca": "Bomba de bicicleta",
2022-04-28 00:35:08 +02:00
"es": "Bomba para bicicletas",
"da": "Cykelpumpe"
2021-11-07 14:37:21 +01:00
}
}
]
},
"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"
},
2021-11-07 14:37:21 +01:00
"defaults"
],
"tagRenderings": [
"images",
{
"id": "bike_repair_station-available-services",
"question": {
2022-02-04 02:48:31 +01:00
"en": "Which services are available at this location?",
"nl": "Welke functies biedt locatie?",
2021-11-07 14:37:21 +01:00
"fr": "Quels services sont valables à cette station vélo ?",
"gl": "Que servizos están dispoñíbeis nesta estación de bicicletas?",
2022-06-01 20:21:16 +02:00
"de": "Welche Geräte sind hier vorhanden?",
2021-11-07 14:37:21 +01:00
"it": "Quali servizi sono disponibili in questa stazione per bici?",
"pt_BR": "Quais serviços estão disponíveis nesta estação de bicicletas?",
2022-04-18 01:47:54 +02:00
"pt": "Quais serviços estão disponíveis nesta estação de bicicletas?",
2022-04-28 00:35:08 +02:00
"es": "¿Qué servicios están disponibles en esta localización?",
"da": "Hvilke tjenester er tilgængelige på dette sted?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"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": "Es ist nur eine Pumpe vorhanden",
"it": "Cè solamente una pompa presente",
"pt_BR": "Há somente uma bomba presente",
2022-04-18 01:47:54 +02:00
"pt": "Há somente uma bomba presente",
2022-04-28 00:35:08 +02:00
"es": "Solo hay una bomba presente",
"da": "Der er kun en pumpe"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"service:bicycle:tools=yes",
"service:bicycle:pump=no"
]
2021-11-07 14:37:21 +01:00
},
"then": {
2022-06-01 20:21:16 +02:00
"en": "There are only tools (screwdrivers, pliers, …) present",
2021-11-07 14:37:21 +01:00
"nl": "Er is enkel gereedschap aanwezig (schroevendraaier, tang...)",
2022-06-24 19:00:02 +02:00
"fr": "Il y a seulement des outils (tournevis, pinces…)",
2021-11-07 14:37:21 +01:00
"gl": "Só hai ferramentas (desaparafusadores, alicates...) presentes",
2022-06-01 20:21:16 +02:00
"de": "Es ist nur Werkzeug (Schraubenzieher, Zangen, …) vorhanden",
2021-11-07 14:37:21 +01:00
"it": "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti",
"pt_BR": "Há somente ferramentas (chaves de fenda, alicates...) presentes",
2022-04-18 01:47:54 +02:00
"pt": "Há somente ferramentas (chaves de fenda, alicates...) presentes",
2022-04-28 00:35:08 +02:00
"es": "Solo hay herramientas (destornilladores, pinzas...) presentes",
2022-09-18 20:04:20 +02:00
"da": "Der er kun værktøj (skruetrækkere, tænger, ...) til stede"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"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": "Es sind sowohl Werkzeuge als auch eine Pumpe vorhanden",
"it": "Ci sono sia attrezzi che pompa presenti",
"pt_BR": "Há tanto ferramentas e uma bomba presente",
2022-04-18 01:47:54 +02:00
"pt": "Há tanto ferramentas e uma bomba presente",
2022-04-28 00:35:08 +02:00
"es": "Hay tanto herramientas como bombas",
"da": "Der er både værktøj og pumpe"
2021-11-07 14:37:21 +01:00
}
}
]
},
2022-02-04 02:48:31 +01:00
{
"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": "Велосипедный насос все еще работает?",
2022-04-18 01:47:54 +02:00
"pl": "Czy pompka rowerowa jest nadal sprawna?",
2022-04-28 00:35:08 +02:00
"es": "¿Todavía está operativa la bomba de bicicletas?",
"da": "Fungerer cykelpumpen stadig?"
2022-02-04 02:48:31 +01:00
},
"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": "Велосипедный насос сломан",
2022-04-18 01:47:54 +02:00
"pl": "Pompka rowerowa jest zepsuta",
2022-04-28 00:35:08 +02:00
"es": "La bomba de bicicletas está rota",
"da": "Cykelpumpen er i stykker"
2022-02-04 02:48:31 +01:00
}
},
{
"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": "Велосипедный насос работает",
2022-04-18 01:47:54 +02:00
"pl": "Pompka rowerowa jest sprawna",
2022-04-28 00:35:08 +02:00
"es": "La bomba de bicicletas está operativa",
"da": "Cykelpumpen er i drift"
2022-02-04 02:48:31 +01:00
}
}
],
"id": "Operational status"
},
{
"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?",
2022-05-27 14:50:29 +02:00
"de": "Wann ist die Fahrradreparaturstation geöffnet?",
2022-04-18 01:47:54 +02:00
"ru": "Когда работает эта точка обслуживания велосипедов?",
2022-04-28 00:35:08 +02:00
"es": "¿Cuándo está abierto este punto de reparación de bicicletas?",
"da": "Hvornår er dette cykelreparationssted åbent?"
2022-02-04 02:48:31 +01:00
},
"render": "{opening_hours_table()}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"nl": "Dag en nacht open",
"en": "Always open",
"fr": "Ouvert en permanence",
"it": "Sempre aperto",
2022-05-27 14:50:29 +02:00
"de": "Die Station ist durchgehend geöffnet",
2022-02-04 02:48:31 +01:00
"ru": "Всегда открыто",
"pt_BR": "Sempre aberto",
2022-04-13 18:42:40 +02:00
"pt": "Sempre aberto",
2022-04-18 01:47:54 +02:00
"ca": "Sempre obert",
2022-04-28 00:35:08 +02:00
"es": "Siempre abierto",
"da": "Altid åben"
2022-02-04 02:48:31 +01:00
}
}
],
"id": "bike_repair_station-opening_hours"
},
{
"id": "access",
"question": {
"en": "Who is allowed to use this repair station?",
2022-04-13 18:42:40 +02:00
"nl": "Wie kan dit herstelpunt gebruiken?",
2022-05-27 14:50:29 +02:00
"de": "Wer darf die Reparaturstation nutzen?",
2022-04-28 00:35:08 +02:00
"es": "¿A quién se le permite utilizar esta estación de reparación?",
2022-06-27 09:29:23 +02:00
"da": "Hvem må bruge denne reparationsstation?",
"fr": "Qui est autorisé à utiliser ce centre de réparation ?"
},
"mappings": [
{
"if": "access=yes",
"then": {
"en": "Publicly accessible",
2022-04-13 18:42:40 +02:00
"nl": "Publiek toegankelijk",
2022-05-27 14:50:29 +02:00
"de": "Die Reparaturstation darf öffentlich genutzt werden",
2022-04-28 00:35:08 +02:00
"es": "Accesible públicamente",
2022-06-27 09:29:23 +02:00
"da": "Offentligt tilgængelig",
"fr": "Accessible au public"
}
},
{
"if": "access=public",
"then": {
"en": "Publicly accessible",
2022-04-13 18:42:40 +02:00
"nl": "Publiek toegankelijk",
2022-04-18 01:47:54 +02:00
"de": "Öffentlich zugänglich",
2022-04-28 00:35:08 +02:00
"es": "Accesible públicamente",
2022-06-27 09:29:23 +02:00
"da": "Offentligt tilgængelig",
"fr": "Accessible au public"
},
"hideInAnswer": true
},
{
"if": "access=customers",
"then": {
"en": "Only for customers",
2022-04-13 18:42:40 +02:00
"nl": "Enkel voor klanten van de bijhorende zaak",
2022-05-27 14:50:29 +02:00
"de": "Die Reparaturstation darf nur von Kunden genutzt werden",
2022-04-28 00:35:08 +02:00
"es": "Solo para clientes",
2022-06-27 09:29:23 +02:00
"da": "Kun for kunder",
"fr": "Réservé aux clients"
}
},
{
"if": "access=private",
"then": {
"en": "Not accessible to the general public",
2022-04-13 18:42:40 +02:00
"nl": "Niet publiek toegankelijk",
2022-05-27 14:50:29 +02:00
"de": "Die Reparaturstation darf nicht öffentlich genutzt werden",
2022-04-28 00:35:08 +02:00
"es": "No accesible para el público general",
2022-06-27 09:29:23 +02:00
"da": "Ikke tilgængelig for offentligheden",
"fr": "Pas accessible au public"
},
"icon": "./assets/svg/invalid.svg"
},
{
"if": "access=no",
"then": {
"en": "Not accessible to the general public",
2022-04-13 18:42:40 +02:00
"nl": "Niet publiek toegankelijk",
2022-04-18 01:47:54 +02:00
"de": "Nicht für die Allgemeinheit zugänglich",
2022-04-28 00:35:08 +02:00
"es": "No accesible para el público general",
2022-06-27 09:29:23 +02:00
"da": "Ikke tilgængelig for offentligheden",
"fr": "Pas accessible au public"
},
"icon": "./assets/svg/invalid.svg",
"hideInAnswer": true
}
]
},
2021-11-07 14:37:21 +01:00
{
2022-02-09 00:34:01 +01:00
"labels": [
"operator-info"
],
2021-11-07 14:37:21 +01:00
"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?",
2022-05-27 14:50:29 +02:00
"de": "Wer betreibt die Reparaturstation?",
2021-11-07 14:37:21 +01:00
"pt_BR": "Quem faz a manutenção desta bomba de ciclo?",
2022-04-18 01:47:54 +02:00
"pt": "Quem faz a manutenção desta bomba de ciclo?",
2022-04-28 00:35:08 +02:00
"es": "¿Quién mantiene esta bomba para bicicletas?",
"da": "Hvem vedligeholder denne cykluspumpe?"
2021-11-07 14:37:21 +01:00
},
"render": {
"nl": "Beheer door {operator}",
"en": "Maintained by {operator}",
"fr": "Mantenue par {operator}",
"it": "Manutenuta da {operator}",
"de": "Gewartet von {operator}",
"pt_BR": "Mantida por {operator}",
2022-04-18 01:47:54 +02:00
"pt": "Mantida por {operator}",
2022-04-28 00:35:08 +02:00
"es": "Mantenido por {operator}",
"da": "Vedligeholdt af {operator}"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "operator"
},
"id": "bike_repair_station-operator"
},
{
2022-02-09 00:34:01 +01:00
"labels": [
"operator-info"
],
2021-11-07 14:37:21 +01:00
"question": {
"en": "What is the email address of the maintainer?",
"nl": "Wat is het email-adres van de beheerder?",
2022-05-27 14:50:29 +02:00
"de": "Wie lautet die E-Mail-Adresse des Betreibers?",
2022-04-18 01:47:54 +02:00
"fr": "Quelle est l'adresse email du service de maintenance ?",
2022-04-28 00:35:08 +02:00
"es": "¿Es esta la dirección de correo electrónico del mantenedor?",
"da": "Hvad er e-mailadressen på vedligeholderen?"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "email",
"type": "email"
},
"render": "<a href='mailto:{email}'>{email}</a>",
"id": "bike_repair_station-email"
},
{
2022-02-09 00:34:01 +01:00
"labels": [
"operator-info"
],
2021-11-07 14:37:21 +01:00
"question": {
"en": "What is the phone number of the maintainer?",
"nl": "Wat is het telefoonnummer van de beheerder?",
2021-11-16 04:16:44 +01:00
"de": "Wie lautet die Telefonnummer des Betreibers?",
2022-04-18 01:47:54 +02:00
"fr": "Quel est le numéro de téléphone du service de maintenance ?",
2022-04-28 00:35:08 +02:00
"es": "¿Cual es el número de teléfono del mantenedor?",
"da": "Hvad er telefonnummeret på vedligeholderen?"
2021-11-07 14:37:21 +01:00
},
"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?",
2022-04-18 01:47:54 +02:00
"it": "Questa stazione di riparazione bici ha un attrezzo speciale per riparare la catena della bici?",
2022-04-28 00:35:08 +02:00
"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?"
2021-11-07 14:37:21 +01:00
},
"condition": "service:bicycle:tools=yes",
"mappings": [
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Há uma ferramenta de corrente",
2022-04-28 00:35:08 +02:00
"es": "Hay una herramienta de cadenas",
"da": "Der er et kædeværktøj"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Não há uma ferramenta de corrente",
2022-04-28 00:35:08 +02:00
"es": "No hay herramienta de cadenas",
"da": "Der er ikke noget kædeværktøj"
2021-11-07 14:37:21 +01:00
}
}
]
},
{
"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?",
2022-04-18 01:47:54 +02:00
"it": "Questa stazione bici ha un gancio per tenere sospesa la bici o un supporto per alzarla?",
2022-04-28 00:35:08 +02:00
"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?"
2021-11-07 14:37:21 +01:00
},
"condition": "service:bicycle:tools=yes",
"mappings": [
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Há um gancho ou um suporte",
2022-04-28 00:35:08 +02:00
"es": "Hay un gancho o soporte",
"da": "Der er en krog eller et stativ"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Não há um gancho ou um suporte",
2022-04-28 00:35:08 +02:00
"es": "No hay ningún gancho o soporte",
"da": "Der er ingen krog eller stativ"
2021-11-07 14:37:21 +01:00
}
}
]
},
{
"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"
},
"body": {
"en": "Hello,\n\nWith this email, I'd like to inform you that the bicycle pump located at https://mapcomplete.osm.be/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.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id}.\n\nMet vriendelijke groeten.",
2022-08-24 03:09:51 +02:00
"de": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.osm.be/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.osm.be/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.osm.be/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.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} est cassée.\n\nBien à vous."
},
"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"
}
}
2021-11-07 14:37:21 +01:00
},
"id": "send_email_about_broken_pump"
2021-11-07 14:37:21 +01:00
},
{
"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?",
2022-04-18 01:47:54 +02:00
"pl": "Jakie zawory są obsługiwane?",
2022-04-28 00:35:08 +02:00
"es": "¿Que válvulas se soportan?",
"da": "Hvilke ventiler understøttes?"
2021-11-07 14:37:21 +01:00
},
"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}",
2022-04-18 01:47:54 +02:00
"pl": "Ta pompka obsługuje następujące zawory: {valves}",
2022-04-28 00:35:08 +02:00
"es": "Esta bomba soporta las siguiente válvulas: {valves}",
"da": "Denne pumpe understøtter følgende ventiler: {valves}"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"#addExtraTags": [
"fixme=Freeform 'valves'-tag used: possibly a wrong value"
],
"key": "valves"
},
"multiAnswer": true,
"mappings": [
{
"if": "valves=sclaverand",
"then": {
2022-05-21 02:31:32 +02:00
"en": "Sclaverand/Presta (narrow-width bike tires)",
"nl": "Sclaverand/Presta (dunne fietsbanden)",
2022-06-24 19:00:02 +02:00
"fr": "Sclaverand/Presta (pneus de vélos à faible largeur)",
2021-11-07 14:37:21 +01:00
"gl": "Sclaverand (tamén coñecido como Presta)",
2022-05-27 14:50:29 +02:00
"de": "Sklaverand-/Presta-Ventile (für Rennräder)",
2021-11-07 14:37:21 +01:00
"it": "Sclaverand (detta anche Presta)",
2022-04-28 00:35:08 +02:00
"ru": "Клапан Presta (также известный как французский клапан)",
2022-09-18 20:04:20 +02:00
"da": "Sclaverand/Presta (cykeldæk med smal bredde)",
2022-06-24 03:52:54 +02:00
"es": "Sclaverand/Presata (ruedas de bicicleta estrechas)"
2021-11-07 14:37:21 +01:00
}
},
2021-09-26 19:58:11 +02:00
{
2021-11-07 14:37:21 +01:00
"if": "valves=dunlop",
"then": {
"en": "Dunlop",
"nl": "Dunlop",
"fr": "Dunlop",
"gl": "Dunlop",
2022-05-27 14:50:29 +02:00
"de": "Dunlopventile",
2021-11-07 14:37:21 +01:00
"it": "Dunlop",
2022-04-28 00:35:08 +02:00
"ru": "Клапан Dunlop",
2022-06-19 22:13:38 +02:00
"da": "Dunlop",
"es": "Dunlop"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "valves=schrader",
"then": {
2022-05-21 02:31:32 +02:00
"en": "Schrader (cars and mountainbikes)",
"nl": "Schrader (auto's en mountainbikes)",
2022-06-24 19:00:02 +02:00
"fr": "Schrader (voitures et vélos de montagne)",
2021-11-07 14:37:21 +01:00
"gl": "Schrader (para automóbiles)",
2022-05-27 14:50:29 +02:00
"de": "Schrader-Ventile (für Autos und Mountainbikes)",
2022-04-28 00:35:08 +02:00
"it": "Schrader (valvola delle auto)",
2022-09-18 20:04:20 +02:00
"da": "Schrader (biler og mountainbikes)",
2022-06-24 03:52:54 +02:00
"es": "Schrader (coches y bicicletas de montaña)"
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
],
"id": "bike_repair_station-valves"
},
2021-11-07 14:37:21 +01:00
{
"id": "bike_repair_station-electrical_pump",
"question": {
"en": "Is this an electric bike pump?",
2022-02-04 02:48:31 +01:00
"nl": "Is dit een elektrische fietspomp?",
2021-11-07 14:37:21 +01:00
"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": "Это электрический велосипедный насос?",
2022-04-18 01:47:54 +02:00
"pl": "Czy jest to elektryczna pompka do roweru?",
2022-04-28 00:35:08 +02:00
"es": "¿Hay una bomba eléctrica para bicis?",
"da": "Er dette en elektrisk cykelpumpe?"
2021-11-07 14:37:21 +01:00
},
"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",
2022-04-13 18:42:40 +02:00
"pt": "Bomba manual",
2022-04-18 01:47:54 +02:00
"ca": "Bomba manual",
2022-04-28 00:35:08 +02:00
"es": "Bomba manual",
"da": "Manuel pumpe"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "manual=no",
"then": {
"en": "Electrical pump",
2022-02-04 02:48:31 +01:00
"nl": "Elektrische pomp",
2021-11-07 14:37:21 +01:00
"fr": "Pompe électrique",
"gl": "Bomba de ar eléctrica",
"de": "Elektrische Pumpe",
"it": "Pompa elettrica",
"ru": "Электрический насос",
"pl": "Pompka elektryczna",
"pt_BR": "Bomba elétrica",
2022-04-13 18:42:40 +02:00
"pt": "Bomba elétrica",
2022-04-18 01:47:54 +02:00
"ca": "Bomba elèctrica",
2022-04-28 00:35:08 +02:00
"es": "Bomba eléctrica",
"da": "Elektrisk pumpe"
2021-11-07 14:37:21 +01:00
}
}
]
},
2021-11-07 14:37:21 +01:00
{
"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?",
2022-04-18 01:47:54 +02:00
"pl": "Czy pompka posiada wskaźnik ciśnienia lub manometr?",
2022-09-18 20:04:20 +02:00
"es": "¿La bomba tiene un indicador de presión o manómetro?",
"da": "Har pumpen trykindikator eller manometer?"
2021-11-07 14:37:21 +01:00
},
"condition": "service:bicycle:pump=yes",
"mappings": [
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Há um manômetro",
2022-09-18 20:04:20 +02:00
"es": "Hay un manómetro",
"da": "Der er et manometer"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Não há um manômetro",
2022-09-18 20:04:20 +02:00
"es": "No hay ningún manometro",
"da": "Der er ikke noget manometer"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"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",
2022-04-18 01:47:54 +02:00
"pt": "Há um manômetro mas está quebrado",
2022-09-18 20:04:20 +02:00
"es": "Hay un manómetro pero está roto",
"da": "Der er et manometer, men det er i stykker"
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
]
},
"level"
],
"presets": [
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a bike pump",
"nl": "een fietspomp",
"fr": "une pompe à vélo",
2022-02-09 00:34:01 +01:00
"gl": "bomba de ar",
2022-05-27 14:50:29 +02:00
"de": "eine Fahrradpumpe",
"it": "una pompa per bici",
2022-02-09 00:34:01 +01:00
"ru": "bелосипедный насос",
"fi": "pyöräpumppu",
"pl": "pompka do roweru",
2022-04-18 01:47:54 +02:00
"pt_BR": "uma bomba de bicicleta",
2022-04-28 00:35:08 +02:00
"es": "una bomba de bicicletas",
"da": "en cykelpumpe"
2021-11-07 14:37:21 +01:00
},
"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",
2022-04-18 01:47:54 +02:00
"pt": "Um aparelho para encher os seus pneus num local fixa no espaço público",
2022-09-18 20:04:20 +02:00
"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."
},
2022-02-09 03:46:50 +01:00
"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"
]
},
2021-11-07 14:37:21 +01:00
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a bike repair station and pump",
"nl": "een herstelpunt en pomp",
"fr": "une point de réparation vélo avec pompe",
2022-02-09 00:34:01 +01:00
"gl": "estación de arranxo de bicicletas con bomba de ar",
2022-05-27 14:50:29 +02:00
"de": "eine Fahrrad-Reparaturstation mit Pumpe",
"it": "una stazione di riparazione bici e pompa",
2022-04-18 01:47:54 +02:00
"pl": "stacja naprawy rowerów i pompka",
2022-09-18 20:04:20 +02:00
"es": "En estación de reparación de bicicletas y bomba",
"da": "en cykelreparationsstation og pumpe"
2021-11-07 14:37:21 +01:00
},
"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.",
2022-04-18 01:47:54 +02:00
"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.",
2022-04-28 00:35:08 +02:00
"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."
},
2022-02-09 03:46:50 +01:00
"exampleImages": [
"./assets/layers/bike_repair_station/repair_station_example_2.jpg",
"./assets/layers/bike_repair_station/repair_station_example_3.jpg"
]
},
2021-11-07 14:37:21 +01:00
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a bike repair station without pump",
"nl": "een herstelpunt zonder pomp",
"fr": "une point de réparation vélo sans pompe",
2022-02-09 00:34:01 +01:00
"gl": "estación de arranxo de bicicletas sin bomba de ar",
2022-05-27 14:50:29 +02:00
"de": "eine Fahrrad-Reparaturstation ohne Pumpe",
2022-04-09 17:35:21 +02:00
"it": "una stazione di riparazione bici senza pompa",
2022-04-18 01:47:54 +02:00
"ru": "Станция обслуживания велосипедов без накачки (насоса)",
2022-04-28 00:35:08 +02:00
"es": "una estación de reparación de bicicletas sin bomba",
"da": "en cykelreparationsstation uden pumpe"
2021-11-07 14:37:21 +01:00
},
"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.",
2022-04-13 18:42:40 +02:00
"nl": "Gereedschap om je fiets te herstellen in de publieke ruimte (zonder pomp). Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.",
2022-04-18 01:47:54 +02:00
"de": "Werkzeug, um Ihr Fahrrad im öffentlichen Raum zu reparieren (ohne Pumpe). Die Werkzeuge sind gegen Diebstahl gesichert.",
2022-04-28 00:35:08 +02:00
"es": "Herramientas para reparar tu bici en el espacio público (sin bomba).Las herramientas están aseguradas contra el robo.",
2022-06-27 09:29:23 +02:00
"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."
}
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
2021-11-07 15:31:55 +01:00
},
"mapRendering": [
{
"icon": {
"render": "pin:#88d32c;./assets/layers/bike_repair_station/repair_station.svg",
2021-11-07 15:31:55 +01:00
"mappings": [
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes",
2021-11-07 15:31:55 +01:00
"service:bicycle:pump:operational_status=broken"
]
},
"then": "pin:#88d32c;./assets/layers/bike_repair_station/repair_station_broken_pump.svg"
2021-11-07 15:31:55 +01:00
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=yes"
]
},
"then": "pin:#30abf0;./assets/layers/bike_repair_station/repair_station_pump.svg"
2021-11-07 15:31:55 +01:00
},
{
"if": {
"and": [
"service:bicycle:pump:operational_status=broken",
"service:bicycle:tools=no"
]
},
"then": "pin:black;./assets/layers/bike_repair_station/broken_pump.svg"
2021-11-07 15:31:55 +01:00
},
{
"if": {
"and": [
"service:bicycle:pump=yes",
{
2021-11-07 15:31:55 +01:00
"or": [
"service:bicycle:tools=no",
"service:bicycle:tools="
]
}
2021-11-07 15:31:55 +01:00
]
},
"then": "pin:#e1783a;./assets/layers/bike_repair_station/pump.svg"
2021-11-07 15:31:55 +01:00
}
]
},
"iconBadges": [
{
2021-11-07 15:31:55 +01:00
"if": "operator=De Fietsambassade Gent",
"then": "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg"
},
{
"if": {
"or": [
"access=no",
"access=private"
]
},
"then": "invalid"
}
2021-11-07 15:31:55 +01:00
],
"iconSize": {
"render": "50,50,bottom"
},
"location": [
"point",
"centroid"
]
}
2021-12-05 05:16:24 +01:00
],
"description": {
"en": "A layer showing bicycle pumps and bicycle repair tool stands",
2022-04-13 18:42:40 +02:00
"nl": "Deze laag toont fietspompen en herstelpunten voor fietsen",
2022-04-18 01:47:54 +02:00
"de": "Eine Ebene mit Fahrradpumpen und Werkzeugständern für die Fahrradreparatur",
2022-04-28 00:35:08 +02:00
"es": "Una capa que muestra bombas de bicicletas y puestos de herramientas de reparación de bicicletas",
2022-06-27 09:29:23 +02:00
"da": "Et lag med cykelpumper og cykelreværktøjsstativer",
"fr": "Une couche montrant les pompes à vélo et les centres de réparation"
2021-12-05 05:16:24 +01:00
}
2021-05-19 22:38:41 +02:00
}