2020-09-05 15:27:35 +02:00
{
"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)" ,
2020-09-17 21:38:08 +02:00
"gl" : "Estación de bicicletas (arranxo, bomba de ar ou ambos)" ,
"de" : "Fahrradstationen (Reparatur, Pumpe oder beides)"
2020-09-05 15:27:35 +02:00
} ,
2020-09-05 17:43:30 +02:00
"minzoom" : 13 ,
2020-09-05 15:27:35 +02:00
"overpassTags" : {
"and" : [
"amenity=bicycle_repair_station"
]
} ,
2020-09-05 17:43:30 +02:00
"title" : {
"render" : {
"en" : "Bike station (pump & repair)" ,
"nl" : "Herstelpunt met pomp" ,
"fr" : "Point station velo avec pompe" ,
2020-09-17 21:38:08 +02:00
"gl" : "Estación de bicicletas (arranxo e bomba de ar)" ,
"de" : "Fahrradstation (Pumpe & Reparatur)"
2020-09-05 17:43:30 +02: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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Estación de arranxo de bicicletas" ,
"de" : "Fahrrad-Reparaturstation"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : {
"and" : [
"service:bicycle:pump=yes" ,
"service:bicycle:tools=yes"
]
} ,
"then" : {
"en" : "Bike repair station" ,
"nl" : "Herstelpunt" ,
"fr" : "Point de réparation" ,
2020-09-17 21:38:08 +02:00
"gl" : "Estación de arranxo de bicicletas" ,
"de" : "Fahrrad-Reparaturstation"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : {
"and" : [
"service:bicycle:pump:operational_status=broken" ,
2020-09-09 18:42:13 +02:00
{
"or" : [
"service:bicycle:tools=no" ,
"service:bicycle:tools="
]
}
2020-09-05 17:43:30 +02:00
]
} ,
"then" : {
"en" : "Broken pump" ,
"nl" : "Kapotte fietspomp" ,
"fr" : "Pompe cassée" ,
2020-09-17 21:38:08 +02:00
"gl" : "Bomba de ar estragada" ,
"de" : "Kaputte Pumpe"
2020-09-05 17:43:30 +02:00
}
2020-11-25 16:10:14 +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>"
}
2020-09-05 17:43:30 +02:00
} ,
{
"if" : {
"and" : [
"service:bicycle:pump=yes" ,
"service:bicycle:tools=no"
]
} ,
"then" : {
"en" : "Bicycle pump" ,
"nl" : "Fietspomp" ,
"fr" : "Pompe de vélo" ,
2020-09-17 21:38:08 +02:00
"gl" : "Bomba de ar" ,
"de" : "Fahrradpumpe"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
2020-11-20 14:00:37 +01:00
"titleIcons" : [
{
"render" : "<a href='https://fietsambassade.gent.be/' target='_blank'><img src='./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg'/></a>" ,
2021-01-09 02:11:43 +01:00
"condition" : "operator=De Fietsambassade Gent" ,
"roaming" : true
2020-11-20 14:00:37 +01:00
} ,
2020-11-24 12:52:01 +01:00
"defaults"
2020-11-20 14:00:37 +01:00
] ,
2020-09-05 17:43:30 +02:00
"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?" ,
2020-09-17 21:38:08 +02:00
"gl" : "Que servizos están dispoñíbeis nesta estación de bicicletas?" ,
"de" : "Welche Einrichtungen stehen an dieser Fahrradstation zur Verfügung?"
2020-09-05 17:43:30 +02:00
} ,
"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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Só hai unha bomba de ar presente" ,
"de" : "Es ist nur eine Pumpe vorhanden"
2020-09-05 17:43:30 +02:00
}
} ,
{
"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...)" ,
2020-09-17 21:38:08 +02:00
"gl" : "Só hai ferramentas (desaparafusadores, alicates...) presentes" ,
"de" : "Es sind nur Werkzeuge (Schraubenzieher, Zangen...) vorhanden"
2020-09-05 17:43:30 +02: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" ,
2021-01-12 20:46:01 +01:00
"fr" : "Il y a des outils et une pompe" ,
2020-09-17 21:38:08 +02:00
"gl" : "Hai ferramentas e unha bomba de ar presentes" ,
"de" : "Es sind sowohl Werkzeuge als auch eine Pumpe vorhanden"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
2020-10-27 14:21:13 +01:00
{
"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" : "<a href='https://fietsambassade.gent.be/' target='_blank'>De Fietsambassade Gent</a>"
}
]
} ,
2020-11-24 11:10:43 +01:00
{
"question" : {
"nl" : "Wanneer is dit fietsherstelpunt open?" ,
"en" : "When is this bicycle repair point opened?"
} ,
"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 opened"
}
} ,
{
"if" : "opening_hours=" ,
"then" : {
"nl" : "Dag en nacht open" ,
"en" : "Always opened"
} ,
"hideInAnswer" : true
}
]
} ,
2020-09-05 17:43:30 +02:00
{
"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?" ,
2020-09-17 21:38:08 +02:00
"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?"
2020-09-05 17:43:30 +02:00
} ,
"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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Hai unha ferramenta para a cadea" ,
"de" : "Es gibt ein Kettenwerkzeug"
2020-09-05 17:43:30 +02: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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Non hai unha ferramenta para a cadea" ,
"de" : "Es gibt kein Kettenwerkzeug"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
{
"question" : {
"en" : "Does this bike station have a hook to suspend your bike with or a stand to elevate 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é?" ,
2020-09-17 21:38:08 +02:00
"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?"
2020-09-05 17:43:30 +02:00
} ,
"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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Hai un guindastre ou soporte" ,
"de" : "Es gibt einen Haken oder Ständer"
2020-09-05 17:43:30 +02: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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Non hai un guindastre ou soporte" ,
"de" : "Es gibt keinen Haken oder Ständer"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
{
"question" : {
"en" : "Is the bike pump still operational?" ,
"nl" : "Werkt de fietspomp nog?" ,
"fr" : "Est-ce que cette pompe marche t'elle toujours?" ,
2020-09-17 21:38:08 +02:00
"gl" : "Segue a funcionar a bomba de ar?" ,
"de" : "Ist die Fahrradpumpe noch funktionstüchtig?"
2020-09-05 17:43:30 +02: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 est cassé" ,
2020-09-17 21:38:08 +02:00
"gl" : "A bomba de ar está estragada" ,
"de" : "Die Fahrradpumpe ist kaputt"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : "service:bicycle:pump:operational_status=" ,
"then" : {
"en" : "The bike pump is operational" ,
"nl" : "De fietspomp werkt nog" ,
"fr" : "La pompe est opérationnelle" ,
2020-09-17 21:38:08 +02:00
"gl" : "A bomba de ar está operativa" ,
"de" : "Die Fahrradpumpe ist betriebsbereit"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
{
"question" : {
"en" : "What valves are supported?" ,
"nl" : "Welke ventielen werken er met de pomp?" ,
"fr" : "Quelles valves sont compatibles?" ,
2020-09-17 21:38:08 +02:00
"gl" : "Que válvulas son compatíbeis?" ,
"de" : "Welche Ventile werden unterstützt?"
2020-09-05 17:43:30 +02: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}" ,
2020-09-17 21:38:08 +02:00
"gl" : "Esta bomba de ar admite as seguintes válvulas: {valves}" ,
"de" : "Diese Pumpe unterstützt die folgenden Ventile: {valves}"
2020-09-05 17:43:30 +02:00
} ,
"freeform" : {
2020-09-10 19:33:06 +02:00
"#addExtraTags" : [
2020-09-05 17:43:30 +02:00
"fixme=Freeform 'valves'-tag used: possibly a wrong value"
] ,
"key" : "valves"
} ,
2020-09-10 19:33:06 +02:00
"multiAnswer" : true ,
2020-09-05 17:43:30 +02:00
"mappings" : [
{
"if" : "valves=sclaverand" ,
"then" : {
2020-09-10 19:33:06 +02:00
"en" : "Sclaverand (also known as Presta)" ,
"nl" : "Sclaverand (ook gekend als Presta)" ,
"fr" : "Sclaverand (aussi appelé Presta)" ,
2020-09-17 21:38:08 +02:00
"gl" : "Sclaverand (tamén coñecido como Presta)" ,
"de" : "Sklaverand (auch bekannt als Presta)"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : "valves=dunlop" ,
"then" : {
2020-09-10 19:33:06 +02:00
"en" : "Dunlop" ,
"nl" : "Dunlop" ,
"fr" : "Dunlop" ,
2020-09-17 21:38:08 +02:00
"gl" : "Dunlop" ,
"de" : "Dunlop"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : "valves=schrader" ,
"then" : {
2020-09-10 19:33:06 +02:00
"en" : "Schrader (cars)" ,
"nl" : "Schrader (auto's)" ,
"fr" : "Schrader (les valves de voitures)" ,
2020-09-17 21:38:08 +02:00
"gl" : "Schrader (para automóbiles)" ,
"de" : "Schrader (Autos)"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
{
"question" : {
"en" : "Is this an electric bike pump?" ,
"nl" : "Is dit een electrische fietspomp?" ,
"fr" : "Est-ce que cette pompe est électrique?" ,
2020-09-17 21:38:08 +02:00
"gl" : "Esta é unha bomba de ar eléctrica?" ,
"de" : "Ist dies eine elektrische Fahrradpumpe?"
2020-09-05 17:43:30 +02:00
} ,
"condition" : "service:bicycle:pump=yes" ,
"mappings" : [
{
"if" : "manual=yes" ,
"then" : {
"en" : "Manual pump" ,
"nl" : "Manuele pomp" ,
"fr" : "Pompe manuelle" ,
2020-09-17 21:38:08 +02:00
"gl" : "Bomba de ar manual" ,
"de" : "Manuelle Pumpe"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : "manual=no" ,
"then" : {
"en" : "Electrical pump" ,
"nl" : "Electrische pomp" ,
"fr" : "Pompe électrique" ,
2020-09-17 21:38:08 +02:00
"gl" : "Bomba de ar eléctrica" ,
"de" : "Elektrische Pumpe"
2020-09-05 17:43:30 +02:00
}
}
]
} ,
{
"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é?" ,
2020-09-17 21:38:08 +02:00
"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?"
2020-09-05 17:43:30 +02:00
} ,
"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" ,
2020-09-17 21:38:08 +02:00
"gl" : "Hai manómetro" ,
"de" : "Es gibt ein Manometer"
2020-09-05 17:43:30 +02:00
}
} ,
{
"if" : "manometer=no" ,
"then" : {
"en" : "There is no manometer" ,
"nl" : "Er is geen luchtdrukmeter" ,
"fr" : "Il n'y a pas de manomètre" ,
2020-09-17 21:38:08 +02:00
"gl" : "Non hai manómetro" ,
"de" : "Es gibt kein Manometer"
2020-09-05 17:43:30 +02: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é" ,
2020-09-17 21:38:08 +02:00
"gl" : "Hai manómetro pero está estragado" ,
"de" : "Es gibt ein Manometer, aber es ist kaputt"
2020-09-05 17:43:30 +02:00
}
}
]
}
] ,
2020-09-05 15:27:35 +02:00
"icon" : {
"render" : {
"en" : "./assets/layers/bike_repair_station/repair_station.svg"
} ,
"mappings" : [
{
"if" : {
2020-09-05 17:43:30 +02:00
"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"
]
2020-09-05 15:27:35 +02:00
} ,
"then" : "./assets/layers/bike_repair_station/broken_pump_2.svg"
2020-09-05 17:43:30 +02:00
} ,
{
"if" : {
"and" : [
"service:bicycle:pump=yes" ,
2020-09-09 18:42:13 +02:00
{
"or" : [
"service:bicycle:tools=no" ,
"service:bicycle:tools="
]
}
2020-09-05 17:43:30 +02:00
]
} ,
"then" : "./assets/layers/bike_repair_station/pump.svg"
2020-09-05 15:27:35 +02:00
}
]
} ,
2020-11-27 03:05:29 +01:00
"iconOverlays" : [
{
"if" : "operator=De Fietsambassade Gent" ,
"then" : "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg" ,
"badge" : true
}
] ,
2020-09-05 17:43:30 +02:00
"iconSize" : {
2020-09-05 15:27:35 +02:00
"render" : {
"en" : "50,50,bottom"
}
} ,
"color" : {
"render" : {
"en" : "#00f"
}
} ,
"width" : {
"render" : {
"en" : "1"
}
} ,
"wayHandling" : 2 ,
"presets" : [
{
"title" : {
2020-09-05 17:43:30 +02:00
"en" : "Bike pump" ,
"nl" : "Fietspomp" ,
"fr" : "Pompe à vélo" ,
2020-09-17 21:38:08 +02:00
"gl" : "Bomba de ar" ,
"de" : "Fahrradpumpe"
2020-09-05 15:27:35 +02:00
} ,
"tags" : [
2020-09-05 17:43:30 +02:00
"amenity=bicycle_repair_station" ,
"service:bicycle:tools=no" ,
"service:bicycle:pump=yes"
2020-12-09 16:45:37 +01:00
] ,
"description" : {
"en" : "A device to inflate your tires on a fixed location in the public space.<h3>Examples of bicycle pumps</h3><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' height='200'/><img src='./assets/layers/bike_repair_station/pump_example.png' height='200'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' height='200'/>" ,
"nl" : "Een apparaat waar je je fietsbanden kan oppompen, beschikbaar in de publieke ruimte. De fietspomp in je kelder telt dus niet.<h3>Voorbeelden</h3><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' height='200'/><img src='./assets/layers/bike_repair_station/pump_example.png' height='200'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' height='200'/>"
}
2020-09-05 17:43:30 +02:00
} ,
{
"title" : {
"en" : "Bike repair station and pump" ,
"nl" : "Herstelpunt en pomp" ,
"fr" : "Point de réparation vélo avec pompe" ,
2020-09-17 21:38:08 +02:00
"gl" : "Estación de arranxo de bicicletas con bomba de ar" ,
"de" : "Fahrrad-Reparaturstation und Pumpe"
2020-09-05 17:43:30 +02:00
} ,
"tags" : [
"amenity=bicycle_repair_station" ,
"service:bicycle:tools=yes" ,
"service:bicycle:pump=yes"
2020-12-09 16:45:37 +01:00
] ,
"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.<h3>Example</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>" ,
"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.<h3>Voorbeeld</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>"
}
2020-09-05 17:43:30 +02:00
} ,
{
"title" : {
"en" : "Bike repair station without pump" ,
"nl" : "Herstelpunt zonder pomp" ,
"fr" : "Point de réparation vélo sans pompe" ,
2020-09-17 21:38:08 +02:00
"gl" : "Estación de arranxo de bicicletas sin bomba de ar" ,
"de" : "Fahrrad-Reparaturstation ohne Pumpe"
2020-09-05 17:43:30 +02:00
} ,
"tags" : [
"amenity=bicycle_repair_station" ,
"service:bicycle:tools=yes" ,
"service:bicycle:pump=no"
2020-09-05 15:27:35 +02:00
]
}
]
}