{ "id": "bike_repair_station", "name": { "en": "Bike stations (repair, pump or both)", "nl": "Fietspunten (herstel, pomp of allebei)", "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)" }, "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)" }, "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" } }, { "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" } }, { "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" } }, { "if": { "and": [ "service:bicycle:pump=yes", "service:bicycle:tools=no", "name~*" ] }, "then": { "en": "Bicycle pump {name}", "nl": "Fietspomp {name}", "fr": "Pompe de vélo {name}", "gl": "Bomba de ar {name}", "de": "Fahrradpumpe {name}" } }, { "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" } } ] }, "titleIcons": [ { "render": "", "condition": "operator=De Fietsambassade Gent", "roaming": true }, "defaults" ], "tagRenderings": [ "images", { "question": { "en": "Which services are available at this bike station?", "nl": "Welke functies biedt dit fietspunt?", "fr": "Quels services sont valables à cette station vélo?", "gl": "Que servizos están dispoñíbeis nesta estación de bicicletas?", "de": "Welche Einrichtungen stehen an dieser Fahrradstation zur Verfügung?" }, "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": "Es ist nur eine Pumpe vorhanden" } }, { "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": "Es sind nur Werkzeuge (Schraubenzieher, Zangen...) vorhanden" } }, { "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" } } ] }, { "question": { "en": "Who maintains this cycle pump?", "nl": "Wie beheert deze fietspomp?" }, "render": { "nl": "Beheer door {operator}", "en": "Maintained by {operator}" }, "freeform": { "key": "operator" }, "mappings": [ { "if": "operator=De Fietsambassade Gent", "then": "De Fietsambassade Gent", "hideInAnswer": "_country!=be" } ] }, { "question": { "nl": "Wanneer is dit fietsherstelpunt open?", "en": "When is this bicycle repair point open?" }, "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" } }, { "if": "opening_hours=", "then": { "nl": "Dag en nacht open", "en": "Always open" }, "hideInAnswer": true } ] }, { "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 outils specifique pour réparer la chaîne du velo?", "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?" }, "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" } }, { "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" } } ] }, { "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 velo 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?" }, "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" } }, { "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" } } ] }, { "question": { "en": "Is the bike pump still operational?", "nl": "Werkt de fietspomp nog?", "fr": "Est-ce que cette pompe marche t'elle toujours?", "gl": "Segue a funcionar a bomba de ar?", "de": "Ist die Fahrradpumpe noch funktionstüchtig?" }, "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 est cassé", "gl": "A bomba de ar está estragada", "de": "Die Fahrradpumpe ist kaputt" } }, { "if": "service:bicycle:pump:operational_status=", "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" } } ] }, { "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?" }, "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}" }, "freeform": { "#addExtraTags": [ "fixme=Freeform 'valves'-tag used: possibly a wrong value" ], "key": "valves" }, "multiAnswer": true, "mappings": [ { "if": "valves=sclaverand", "then": { "en": "Sclaverand (also known as Presta)", "nl": "Sclaverand (ook gekend als Presta)", "fr": "Sclaverand (aussi appelé Presta)", "gl": "Sclaverand (tamén coñecido como Presta)", "de": "Sklaverand (auch bekannt als Presta)" } }, { "if": "valves=dunlop", "then": { "en": "Dunlop", "nl": "Dunlop", "fr": "Dunlop", "gl": "Dunlop", "de": "Dunlop" } }, { "if": "valves=schrader", "then": { "en": "Schrader (cars)", "nl": "Schrader (auto's)", "fr": "Schrader (les valves de voitures)", "gl": "Schrader (para automóbiles)", "de": "Schrader (Autos)" } } ] }, { "question": { "en": "Is this an electric bike pump?", "nl": "Is dit een electrische fietspomp?", "fr": "Est-ce que cette pompe est électrique?", "gl": "Esta é unha bomba de ar eléctrica?", "de": "Ist dies eine elektrische Fahrradpumpe?" }, "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" } }, { "if": "manual=no", "then": { "en": "Electrical pump", "nl": "Electrische pomp", "fr": "Pompe électrique", "gl": "Bomba de ar eléctrica", "de": "Elektrische Pumpe" } } ] }, { "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?" }, "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" } }, { "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" } }, { "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" } } ] } ], "icon": { "render": { "en": "./assets/layers/bike_repair_station/repair_station.svg" }, "mappings": [ { "if": { "and": [ "service:bicycle:pump=no", "service:bicycle:pump:operational_status=broken" ] }, "then": "./assets/layers/bike_repair_station/repair_station.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_2.svg" }, { "if": { "and": [ "service:bicycle:pump=yes", { "or": [ "service:bicycle:tools=no", "service:bicycle:tools=" ] } ] }, "then": "./assets/layers/bike_repair_station/pump.svg" } ] }, "iconOverlays": [ { "if": "operator=De Fietsambassade Gent", "then": "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg", "badge": true } ], "iconSize": { "render": { "en": "50,50,bottom" } }, "color": { "render": { "en": "#00f" } }, "width": { "render": { "en": "1" } }, "wayHandling": 2, "presets": [ { "title": { "en": "Bike pump", "nl": "Fietspomp", "fr": "Pompe à vélo", "gl": "Bomba de ar", "de": "Fahrradpumpe" }, "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.

Examples of bicycle pumps

", "nl": "Een apparaat waar je je fietsbanden kan oppompen, beschikbaar in de publieke ruimte. De fietspomp in je kelder telt dus niet.

Voorbeelden

Examples of bicycle pumps

" } }, { "title": { "en": "Bike repair station and pump", "nl": "Herstelpunt en pomp", "fr": "Point de réparation vélo avec pompe", "gl": "Estación de arranxo de bicicletas con bomba de ar", "de": "Fahrrad-Reparaturstation und Pumpe" }, "tags": [ "amenity=bicycle_repair_station", "service:bicycle:tools=yes", "service:bicycle:pump=yes" ], "description": { "en": "A device with tools to repair your bike combined with a pump at a fixed location. The tools are often secured with chains against theft.

Example

", "nl": "Een apparaat met zowel gereedschap om je fiets te herstellen, met een pomp. Deze zijn op een vastgemaakt op een plaats in de publieke ruimte, bv. aan een paal.

Voorbeeld

" } }, { "title": { "en": "Bike repair station without pump", "nl": "Herstelpunt zonder pomp", "fr": "Point de réparation vélo sans pompe", "gl": "Estación de arranxo de bicicletas sin bomba de ar", "de": "Fahrrad-Reparaturstation ohne Pumpe" }, "tags": [ "amenity=bicycle_repair_station", "service:bicycle:tools=yes", "service:bicycle:pump=no" ] } ] }