2020-09-05 15:27:35 +02:00
{
2021-09-22 16:58:25 +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)" ,
"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)"
2020-09-05 17:43:30 +02:00
} ,
2021-09-22 16:58:25 +02:00
"minzoom" : 13 ,
"source" : {
"osmTags" : {
"and" : [
"amenity=bicycle_repair_station"
]
2020-09-05 17:43:30 +02:00
}
2021-09-22 16:58:25 +02:00
} ,
"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)"
2020-09-05 17:43:30 +02:00
} ,
2021-09-22 16:58:25 +02:00
"mappings" : [
2020-09-09 18:42:13 +02:00
{
2021-09-22 16:58:25 +02:00
"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"
}
} ,
{
"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"
}
} ,
{
"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"
}
} ,
{
"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>"
}
} ,
{
"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"
}
2020-09-09 18:42:13 +02:00
}
2021-09-22 16:58:25 +02:00
]
2020-11-20 14:00:37 +01:00
} ,
2021-09-22 16:58:25 +02:00
"titleIcons" : [
2020-09-05 17:43:30 +02:00
{
2021-09-22 16:58:25 +02:00
"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" ,
"roaming" : true
2020-09-05 17:43:30 +02:00
} ,
2021-09-22 16:58:25 +02:00
"defaults"
] ,
"tagRenderings" : [
"images" ,
2020-09-05 17:43:30 +02:00
{
2021-09-26 19:56:40 +02:00
"id" : "bike_repair_station-available-services" ,
2021-09-22 16:58:25 +02:00
"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?" ,
"it" : "Quali servizi sono disponibili in questa stazione per bici?" ,
"pt_BR" : "Quais serviços estão disponíveis nesta estação de bicicletas?"
} ,
"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" ,
"it" : "C’ è solamente una pompa presente" ,
"pt_BR" : "Há somente uma bomba presente"
}
} ,
{
"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" ,
"it" : "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti" ,
"pt_BR" : "Há somente ferramentas (chaves de fenda, alicates...) presentes"
}
} ,
{
"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"
}
}
2020-09-05 17:43:30 +02:00
]
} ,
{
2021-09-22 16:58:25 +02: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?" ,
"de" : "Wer wartet diese Fahrradpumpe?" ,
"pt_BR" : "Quem faz a manutenção desta bomba de ciclo?"
} ,
"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}"
} ,
"freeform" : {
"key" : "operator"
} ,
"mappings" : [
{
"if" : "operator=De Fietsambassade Gent" ,
"then" : "<a href='https://fietsambassade.gent.be/' target='_blank'>De Fietsambassade Gent</a>" ,
"hideInAnswer" : "_country!=be"
}
2021-09-26 18:16:18 +02:00
] ,
"id" : "bike_repair_station-operator"
2020-11-24 11:10:43 +01:00
} ,
{
2021-09-22 16:58:25 +02:00
"question" : {
"en" : "What is the email address of the maintainer?" ,
"nl" : "Wat is het email-adres van de beheerder?"
} ,
"freeform" : {
"key" : "email" ,
"type" : "email"
} ,
2021-09-26 18:16:18 +02:00
"render" : "<a href='mailto:{email}'>{email}</a>" ,
"id" : "bike_repair_station-email"
2020-09-05 17:43:30 +02:00
} ,
{
2021-09-22 16:58:25 +02:00
"question" : {
"en" : "What is the phone number of the maintainer?" ,
"nl" : "Wat is het telefoonnummer van de beheerder?"
} ,
"freeform" : {
"key" : "phone" ,
"type" : "phone"
} ,
2021-09-26 18:16:18 +02:00
"render" : "<a href='tel:{phone}'>{phone}</a>" ,
"id" : "bike_repair_station-phone"
2020-09-05 17:43:30 +02:00
} ,
{
2021-09-22 16:58:25 +02:00
"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 diese Fahrradreparaturstelle geöffnet?" ,
"ru" : "Когда работает эта точка обслуживания велосипедов?"
} ,
"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" ,
"de" : "Immer geöffnet" ,
"ru" : "Всегда открыто" ,
"pt_BR" : "Sempre aberto"
}
} ,
{
"if" : "opening_hours=" ,
"then" : {
"nl" : "Dag en nacht open" ,
"en" : "Always open" ,
"fr" : "Ouvert en permanence" ,
"it" : "Sempre aperto" ,
"de" : "Immer geöffnet" ,
"pt_BR" : "Sempre aberto"
} ,
"hideInAnswer" : true
}
2021-09-26 18:16:18 +02:00
] ,
"id" : "bike_repair_station-opening_hours"
2020-09-05 17:43:30 +02:00
} ,
{
2021-09-26 19:56:40 +02:00
"id" : "bike_repair_station-bike-chain-tool" ,
2021-09-22 16:58:25 +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 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?"
} ,
"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"
}
} ,
{
"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"
}
}
]
2020-09-05 17:43:30 +02:00
} ,
{
2021-09-26 19:56:40 +02:00
"id" : "bike_repair_station-bike-stand" ,
2021-09-22 16:58:25 +02:00
"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?"
} ,
"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"
}
} ,
{
"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"
}
}
]
2020-09-05 17:43:30 +02:00
} ,
{
2021-09-22 16:58:25 +02: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" : "Велосипедный насос все еще работает?" ,
"pl" : "Czy pompka rowerowa jest nadal sprawna?"
} ,
"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"
}
} ,
{
"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" ,
"it" : "La pompa per bici funziona" ,
"ru" : "Велосипедный насос работает" ,
"pl" : "Pompka rowerowa jest sprawna"
}
}
2021-09-26 18:00:24 +02:00
] ,
"id" : "Operational status"
2021-09-22 16:58:25 +02:00
} ,
2020-09-05 17:43:30 +02:00
{
2021-09-22 16:58:25 +02:00
"condition" : {
"and" : [
"email~*" ,
"service:bicycle:pump:operational_status=broken"
]
} ,
"render" : {
"en" : "<a href='mailto:{email}?subject=Broken bicycle pump&body=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.'>Report this bicycle pump as broken</a>" ,
"nl" : "<a href='mailto:{email}?subject=Kapotte fietspomp&body=Geachte,%0D%0A%0D%0AGraag had ik u gemeld dat een fietspomp defect is. De fietspomp bevindt zich hier: https://mapcomplete.osm.be/cyclofix#{id}.'>Rapporteer deze fietspomp als kapot</a>"
2021-09-26 18:00:24 +02:00
} ,
"id" : "Email maintainer"
2020-09-05 17:43:30 +02:00
} ,
{
2021-09-22 16:58:25 +02: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?" ,
"pl" : "Jakie zawory są obsługiwane?"
} ,
"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}"
} ,
"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)" ,
"it" : "Sclaverand (detta anche Presta)" ,
"ru" : "Клапан Presta (также известный как французский клапан)"
}
} ,
{
"if" : "valves=dunlop" ,
"then" : {
"en" : "Dunlop" ,
"nl" : "Dunlop" ,
"fr" : "Dunlop" ,
"gl" : "Dunlop" ,
"de" : "Dunlop" ,
"it" : "Dunlop" ,
"ru" : "Клапан 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)" ,
"it" : "Schrader (valvola delle auto)"
}
}
2021-09-26 18:16:18 +02:00
] ,
"id" : "bike_repair_station-valves"
2021-09-22 16:58:25 +02:00
} ,
2021-09-26 19:56:40 +02:00
{ "id" : "bike_repair_station-electrical_pump" ,
2021-09-22 16:58:25 +02:00
"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?" ,
"it" : "Questa pompa per bici è elettrica?" ,
"ru" : "Это электрический велосипедный насос?" ,
"pl" : "Czy jest to elektryczna pompka do roweru?"
} ,
"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"
}
} ,
{
"if" : "manual=no" ,
"then" : {
"en" : "Electrical pump" ,
"nl" : "Electrische 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"
}
}
]
2020-09-05 17:43:30 +02:00
} ,
2021-09-26 19:56:40 +02:00
{ "id" : "bike_repair_station-manometer" ,
2021-09-22 16:58:25 +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é ?" ,
"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 l’ indicatore della pressione o il manometro?" ,
"pl" : "Czy pompka posiada wskaźnik ciśnienia lub manometr?"
} ,
"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"
}
} ,
{
"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"
}
} ,
{
"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"
}
}
]
2020-09-05 17:43:30 +02:00
} ,
2021-09-22 16:58:25 +02:00
"level"
] ,
"icon" : {
"render" : {
"en" : "./assets/layers/bike_repair_station/repair_station.svg" ,
"ru" : "./assets/layers/bike_repair_station/repair_station.svg" ,
"it" : "./assets/layers/bike_repair_station/repair_station.svg" ,
"fi" : "./assets/layers/bike_repair_station/repair_station.svg" ,
"fr" : "./assets/layers/bike_repair_station/repair_station.svg" ,
"pt_BR" : "./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" : [
2020-09-05 17:43:30 +02:00
{
2021-09-22 16:58:25 +02:00
"if" : "operator=De Fietsambassade Gent" ,
"then" : "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg" ,
"badge" : true
2020-09-05 17:43:30 +02:00
}
2021-09-22 16:58:25 +02:00
] ,
"iconSize" : {
"render" : "50,50,bottom"
2021-07-18 18:02:17 +02:00
} ,
2021-09-22 16:58:25 +02:00
"color" : {
"render" : "#00f"
2020-09-05 15:27:35 +02:00
} ,
2021-09-22 16:58:25 +02:00
"width" : {
"render" : "1"
} ,
"wayHandling" : 2 ,
"presets" : [
{
"title" : {
"en" : "Bike pump" ,
"nl" : "Fietspomp" ,
"fr" : "Pompe à vélo" ,
"gl" : "Bomba de ar" ,
"de" : "Fahrradpumpe" ,
"it" : "Pompa per bici" ,
"ru" : "Велосипедный насос" ,
"fi" : "Pyöräpumppu" ,
"pl" : "Pompka do roweru" ,
"pt_BR" : "Bomba de bicicleta"
} ,
"tags" : [
"amenity=bicycle_repair_station" ,
2020-09-09 18:42:13 +02:00
"service:bicycle:tools=no" ,
2021-09-22 16:58:25 +02:00
"service:bicycle:pump=yes"
] ,
"description" : {
"en" : "A device to inflate your tires on a fixed location in the public space.<h3>Examples of bicycle pumps</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"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><h3>Examples of bicycle pumps</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"it" : "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.<h3>Esempi di pompe per biciclette</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"fr" : "Un dispositif pour gonfler vos pneus sur un emplacement fixe dans l'espace public.<h3>Exemples de pompes à vélo</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"de" : "Ein Gerät zum Aufpumpen von Reifen an einem festen Standort im öffentlichen Raum.<h3>Beispiele für Fahrradpumpen</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"pl" : "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.<h3>Przykłady pompek rowerowych</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"pt_BR" : "Um dispositivo para encher seus pneus em um local fixa no espaço público<h3>Exemplos de bombas de bicicletas</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>"
}
} ,
{
"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" ,
"it" : "Stazione di riparazione bici e pompa" ,
"pl" : "Stacja naprawy rowerów i pompka"
} ,
"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.<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'/>" ,
"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.<h3>Exemple</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>" ,
"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.<h3>Esempio</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>" ,
"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.<h3>Beispiel</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>"
2020-09-09 18:42:13 +02:00
}
2020-09-05 17:43:30 +02:00
} ,
2021-09-22 16:58:25 +02:00
{
"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" ,
"it" : "Stazione di riparazione bici senza pompa"
} ,
"tags" : [
"amenity=bicycle_repair_station" ,
"service:bicycle:tools=yes" ,
"service:bicycle:pump=no"
]
}
2020-09-05 15:27:35 +02:00
]
2021-05-19 22:38:41 +02:00
}