forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
0162d52b68
127 changed files with 6609 additions and 15167 deletions
|
@ -3,7 +3,7 @@
|
|||
"title": "AED-Karte öffnen",
|
||||
"description": "Auf dieser Karte kann man nahe gelegene Defibrillatoren finden und markieren"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Freie Kunstwerk-Karte",
|
||||
"description": "Willkommen bei der Freien Kunstwerk-Karte, einer Karte von Statuen, Büsten, Grafitti, ... auf der ganzen Welt",
|
||||
"layers": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Open AED Map",
|
||||
"description": "On this map, one can find and mark nearby defibrillators"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Open Artwork Map",
|
||||
"description": "Welcome to Open Artwork Map, a map of statues, busts, grafittis and other artwork all over the world",
|
||||
"layers": {
|
||||
|
@ -692,7 +692,489 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cycle_infra": {
|
||||
"title": "Bicycle infrastructure",
|
||||
"shortDescription": "A map where you can view and edit things related to the bicycle infrastructure.",
|
||||
"description": "A map where you can view and edit things related to the bicycle infrastructure. Made during #osoc21.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Cycleways",
|
||||
"title": {
|
||||
"render": "Cycleways",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bike road"
|
||||
},
|
||||
"1": {
|
||||
"then": "Shared lane"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bike lane"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bike road next to the road"
|
||||
},
|
||||
"4": {
|
||||
"then": "Cyclestreet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "What kind of cycleway is there?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is a shared lane"
|
||||
},
|
||||
"1": {
|
||||
"then": "There is a lane next to the road (seperated with paint)"
|
||||
},
|
||||
"2": {
|
||||
"then": "There is a track, but no cycleway drawn seperately from this road on the map."
|
||||
},
|
||||
"3": {
|
||||
"then": "There is a seperately drawn cycleway"
|
||||
},
|
||||
"4": {
|
||||
"then": "There is no cycleway"
|
||||
},
|
||||
"5": {
|
||||
"then": "There is no cycleway"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is this street lit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This street is lit"
|
||||
},
|
||||
"1": {
|
||||
"then": "This road is not lit"
|
||||
},
|
||||
"2": {
|
||||
"then": "This road is lit at night"
|
||||
},
|
||||
"3": {
|
||||
"then": "This road is lit 24/7"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Is this a cyclestreet?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a cyclestreet, and a 30km/h zone."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a cyclestreet"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is not a cyclestreet."
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "The maximum speed on this road is {maxspeed} km/h",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The maximum speed is 20 km/h"
|
||||
},
|
||||
"1": {
|
||||
"then": "The maximum speed is 30 km/h"
|
||||
},
|
||||
"2": {
|
||||
"then": "The maximum speed is 50 km/h"
|
||||
},
|
||||
"3": {
|
||||
"then": "The maximum speed is 70 km/h"
|
||||
},
|
||||
"4": {
|
||||
"then": "The maximum speed is 90 km/h"
|
||||
}
|
||||
},
|
||||
"question": "What is the maximum speed in this street?"
|
||||
},
|
||||
"4": {
|
||||
"render": "This cyleway is made of {cycleway:surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This cycleway is made of wood"
|
||||
},
|
||||
"1": {
|
||||
"then": "This cycleway is made of concrete"
|
||||
},
|
||||
"2": {
|
||||
"then": "This cycleway is made of cobblestone"
|
||||
},
|
||||
"3": {
|
||||
"then": "This cycleway is made of asphalt"
|
||||
},
|
||||
"4": {
|
||||
"then": "This cycleway is paved"
|
||||
}
|
||||
},
|
||||
"question": "What is the surface of the cycleway made from?"
|
||||
},
|
||||
"5": {
|
||||
"question": "What is the smoothness of this cycleway?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Usable for thin rollers: rollerblade, skateboard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Usable for thin wheels: racing bike"
|
||||
},
|
||||
"2": {
|
||||
"then": "Usable for normal wheels: city bike, wheelchair, scooter"
|
||||
},
|
||||
"3": {
|
||||
"then": "Usable for robust wheels: trekking bike, car, rickshaw"
|
||||
},
|
||||
"4": {
|
||||
"then": "Usable for vehicles with high clearance: light duty off-road vehicle"
|
||||
},
|
||||
"5": {
|
||||
"then": "Usable for off-road vehicles: heavy duty off-road vehicle"
|
||||
},
|
||||
"6": {
|
||||
"then": "Usable for specialized off-road vehicles: tractor, ATV"
|
||||
},
|
||||
"7": {
|
||||
"then": "Impassable / No wheeled vehicle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"render": "This road is made of {surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This street is made of wood"
|
||||
},
|
||||
"1": {
|
||||
"then": "This street is made of concrete"
|
||||
},
|
||||
"2": {
|
||||
"then": "This street is made of cobblestone"
|
||||
},
|
||||
"3": {
|
||||
"then": "This street is made of asphalt"
|
||||
},
|
||||
"4": {
|
||||
"then": "This street is paved"
|
||||
}
|
||||
},
|
||||
"question": "What is the surface of the street made from?"
|
||||
},
|
||||
"7": {
|
||||
"question": "What is the smoothness of this street?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Usable for thin rollers: rollerblade, skateboard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Usable for thin wheels: racing bike"
|
||||
},
|
||||
"2": {
|
||||
"then": "Usable for normal wheels: city bike, wheelchair, scooter"
|
||||
},
|
||||
"3": {
|
||||
"then": "Usable for robust wheels: trekking bike, car, rickshaw"
|
||||
},
|
||||
"4": {
|
||||
"then": "Usable for vehicles with high clearance: light duty off-road vehicle"
|
||||
},
|
||||
"5": {
|
||||
"then": "Usable for off-road vehicles: heavy duty off-road vehicle"
|
||||
},
|
||||
"6": {
|
||||
"then": "Usable for specialized off-road vehicles: tractor, ATV"
|
||||
},
|
||||
"7": {
|
||||
"then": "Impassable / No wheeled vehicle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"render": "The carriage width of this road is <strong>{width:carriageway}m</strong>",
|
||||
"question": "What is the carriage width of this road (in meters)?"
|
||||
},
|
||||
"9": {
|
||||
"question": "What traffic sign does this cycleway have?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Compulsory cycleway (with supplementary sign)<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'> "
|
||||
},
|
||||
"2": {
|
||||
"then": "Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "No traffic sign present"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"question": "What traffic sign does this cycleway have?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Compulsory cycleway (with supplementary sign)<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'> "
|
||||
},
|
||||
"2": {
|
||||
"then": "Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "No traffic sign present"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"question": "Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 1.5em'>) have a supplementary sign?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='height: 3em'>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='height: 3em'>"
|
||||
},
|
||||
"6": {
|
||||
"then": "No supplementary traffic sign present"
|
||||
}
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"question": "Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 1.5em'>) have a supplementary sign?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='height: 3em'>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='height: 3em'>"
|
||||
},
|
||||
"6": {
|
||||
"then": "No supplementary traffic sign present"
|
||||
}
|
||||
}
|
||||
},
|
||||
"13": {
|
||||
"render": "The buffer besides this cycleway is {cycleway:buffer} m",
|
||||
"question": "How wide is the gap between the cycleway and the road?"
|
||||
},
|
||||
"14": {
|
||||
"question": "How is this cycleway seperated from the road?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This cycleway is seperated by a dashed line"
|
||||
},
|
||||
"1": {
|
||||
"then": "This cycleway is seperated by a solid line"
|
||||
},
|
||||
"2": {
|
||||
"then": "This cycleway is seperated by a parking lane"
|
||||
},
|
||||
"3": {
|
||||
"then": "This cycleway is seperated by a kerb"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"question": "How is this cycleway seperated from the road?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This cycleway is seperated by a dashed line"
|
||||
},
|
||||
"1": {
|
||||
"then": "This cycleway is seperated by a solid line"
|
||||
},
|
||||
"2": {
|
||||
"then": "This cycleway is seperated by a parking lane"
|
||||
},
|
||||
"3": {
|
||||
"then": "This cycleway is seperated by a kerb"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"name": "All streets",
|
||||
"description": "Layer to mark new cycleways",
|
||||
"title": {
|
||||
"render": "Street"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Is there a cycleway?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is a shared lane"
|
||||
},
|
||||
"1": {
|
||||
"then": "There is a lane next to the road (seperated with paint)"
|
||||
},
|
||||
"2": {
|
||||
"then": "There is a track, but no cycleway drawn seperately from this road on the map."
|
||||
},
|
||||
"3": {
|
||||
"then": "There is a seperately drawn cycleway"
|
||||
},
|
||||
"4": {
|
||||
"then": "There is no cycleway known here"
|
||||
},
|
||||
"5": {
|
||||
"then": "There is no cycleway"
|
||||
},
|
||||
"6": {
|
||||
"then": "There is no cycleway"
|
||||
}
|
||||
},
|
||||
"render": "Unknown cycleway situation"
|
||||
},
|
||||
"1": {
|
||||
"question": "Is this a cyclestreet?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a cyclestreet, and a 30km/h zone."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a cyclestreet"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is not a cyclestreet."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "Barriers",
|
||||
"description": "Obstacles while cycling, such as bollards and cycle barriers",
|
||||
"title": {
|
||||
"render": "Barrier",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bollard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cycling Barrier"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Bollard",
|
||||
"description": "A bollard in the road"
|
||||
},
|
||||
"1": {
|
||||
"title": "Cycle barrier",
|
||||
"description": "Cycle barrier, slowing down cyclists"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Can a bicycle go past this barrier?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A cyclist can go past this."
|
||||
},
|
||||
"1": {
|
||||
"then": "A cyclist can not go past this."
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "What kind of bollard is this?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Removable bollard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Fixed bollard"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bollard that can be folded down"
|
||||
},
|
||||
"3": {
|
||||
"then": "Flexible bollard, usually plastic"
|
||||
},
|
||||
"4": {
|
||||
"then": "Rising bollard"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "What kind of cycling barrier is this?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Squeeze gate, gap is smaller at top, than at the bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Maximum width: {maxwidth:physical} m",
|
||||
"question": "How wide is the gap left over besides the barrier?"
|
||||
},
|
||||
"4": {
|
||||
"render": "Space between barriers (along the length of the road): {width:seperation} m",
|
||||
"question": "How much space is there between the barriers (along the length of the road)?"
|
||||
},
|
||||
"5": {
|
||||
"render": "Width of opening: {width:opening} m",
|
||||
"question": "How wide is the smallest opening next to the barriers?"
|
||||
},
|
||||
"6": {
|
||||
"render": "Overlap: {overlap} m",
|
||||
"question": "How much overlap do the barriers have?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cyclestreets": {
|
||||
"title": "Cyclestreets",
|
||||
"shortDescription": "A map of cyclestreets",
|
||||
"description": "A cyclestreet is is a street where <b>motorized traffic is not allowed to overtake cyclists</b>. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. ",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Mapa abierto de desfibriladores (DEA)",
|
||||
"description": "En este mapa , cualquiera puede encontrar y marcar los desfibriladores externos automáticos más cercanos"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"description": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo",
|
||||
"layers": {
|
||||
"0": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Carte des défibrillateurs (DAE)",
|
||||
"description": "Sur cette carte, vous pouvez trouver et améliorer les informations sur les défibrillateurs"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Carte ouverte des œuvres d'art",
|
||||
"description": "Bienvenue sur la carte ouverte des œuvres d'art, une carte des statues, fresques, ... du monde entier",
|
||||
"layers": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"aed": {
|
||||
"title": "Nyílt AED Térkép"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Nyít Műalkotás Térkép"
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Buka Peta AED",
|
||||
"description": "Di peta ini, seseorang dapat menemukan dan menandai defibrillator terdekat"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Buka Peta Karya Seni",
|
||||
"description": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia",
|
||||
"layers": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Mappa dei defibrillatori (DAE)",
|
||||
"description": "Su questa mappa puoi trovare e segnalare i defibrillatori nelle vicinanze"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Mappa libera delle opere d'arte",
|
||||
"description": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo",
|
||||
"layers": {
|
||||
|
@ -396,7 +396,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cyclestreets": {
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "オープンAEDマップ",
|
||||
"description": "この地図では近くにある除細動器(AED)を見つけてマークします"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "オープン アートワーク マップ",
|
||||
"description": "オープン アートワーク マップへようこそ。世界中の銅像や胸像、壁の落書きなどのアートワークの地図です",
|
||||
"layers": {
|
||||
|
@ -583,7 +583,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cyclestreets": {
|
||||
"title": "Cyclestreets",
|
||||
"shortDescription": "cyclestreetsの地図",
|
||||
"description": "cyclestreetとは、<b>自動車がサイクリストを追い越すことができない</b>道です。専用の道路標識で表示されます。Cyclestreetsはオランダやベルギーにもありますが、ドイツやフランスにもあります。 ",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"aed": {
|
||||
"title": "Åpne AED-kart"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Kunstverk",
|
||||
|
@ -213,7 +213,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cyclestreets": {
|
||||
"shortDescription": "Et kart over sykkelveier",
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"title": "Open AED-kaart - Brugge edition",
|
||||
"description": "Op deze kaart kan je informatie over AEDs vinden en verbeteren + een export van de brugse defibrillatoren"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Kunstwerkenkaart",
|
||||
"description": "Welkom op de Open Kunstwerken Kaart",
|
||||
"layers": {
|
||||
|
@ -580,7 +580,422 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cycle_infra": {
|
||||
"title": "Fietsinfrastructuur",
|
||||
"shortDescription": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken.",
|
||||
"description": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken. Gemaakt tijdens #osoc21.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Fietspaden",
|
||||
"title": {
|
||||
"render": "Fietspaden",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fietsweg"
|
||||
},
|
||||
"1": {
|
||||
"then": "Fietssuggestiestrook"
|
||||
},
|
||||
"2": {
|
||||
"then": "Fietsstrook"
|
||||
},
|
||||
"3": {
|
||||
"then": "Fietsweg naast de weg"
|
||||
},
|
||||
"4": {
|
||||
"then": "Fietsstraat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Wat voor fietspad is hier?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er is een fietssuggestiestrook"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er is een fietspad aangrenzend aan de weg (gescheiden met verf)"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er is een fietspad (los van de weg), maar geen fietspad afzonderlijk getekend naast deze weg."
|
||||
},
|
||||
"3": {
|
||||
"then": "Er is een apart getekend fietspad."
|
||||
},
|
||||
"4": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is deze weg verlicht?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze weg is verlicht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze weg is niet verlicht"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze weg is 's nachts verlicht"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze weg is 24/7 verlicht"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Is dit een fietsstraat?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een fietstraat, en dus een 30km/h zone"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een fietstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is niet een fietstraat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "De maximumsnelheid op deze weg is {maxspeed} km/u",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "De maximumsnelheid is 20 km/u"
|
||||
},
|
||||
"1": {
|
||||
"then": "De maximumsnelheid is 30 km/u"
|
||||
},
|
||||
"2": {
|
||||
"then": "De maximumsnelheid is 50 km/u"
|
||||
},
|
||||
"3": {
|
||||
"then": "De maximumsnelheid is 70 km/u"
|
||||
},
|
||||
"4": {
|
||||
"then": "De maximumsnelheid is 90 km/u"
|
||||
}
|
||||
},
|
||||
"question": "Wat is de maximumsnelheid in deze straat?"
|
||||
},
|
||||
"4": {
|
||||
"render": "Dit fietspad is gemaakt van {cycleway:surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit fietspad is gemaakt van hout"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit fietspad is gemaakt van beton"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit fietspad is gemaakt van kasseien"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit fietspad is gemaakt van asfalt"
|
||||
},
|
||||
"4": {
|
||||
"then": "Dit fietspad is geplaveid"
|
||||
}
|
||||
},
|
||||
"question": "Waaruit is het oppervlak van het fietspad van gemaakt?"
|
||||
},
|
||||
"5": {
|
||||
"question": "Wat is de kwaliteit van dit fietspad?"
|
||||
},
|
||||
"6": {
|
||||
"render": "Deze weg is gemaakt van {surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze straat is gemaakt van hout"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze straat is gemaakt van beton"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze straat is gemaakt van kasseien"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze straat is gemaakt van asfalt"
|
||||
},
|
||||
"4": {
|
||||
"then": "Deze straat is geplaveid"
|
||||
}
|
||||
},
|
||||
"question": "Waaruit is het oppervlak van de straat gemaakt?"
|
||||
},
|
||||
"7": {
|
||||
"question": "Wat is de kwaliteit van deze straat?"
|
||||
},
|
||||
"8": {
|
||||
"render": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>",
|
||||
"question": "Hoe breed is de rijbaan in deze straat (in meters)?"
|
||||
},
|
||||
"9": {
|
||||
"question": "Welk verkeersbord heeft dit fietspad?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Verplicht fietspad (met onderbord)<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Afgescheiden voet-/fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gedeeld voet-/fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Geen verkeersbord aanwezig"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"question": "Welk verkeersbord heeft dit fietspad?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Verplicht fietspad (met onderbord)<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Afgescheiden voet-/fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gedeeld voet-/fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Geen verkeersbord aanwezig"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"question": "Heeft het verkeersbord D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 1.5em'>) een onderbord?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='height: 3em'>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='height: 3em'>"
|
||||
},
|
||||
"6": {
|
||||
"then": "Geen onderbord aanwezig"
|
||||
}
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"question": "Heeft het verkeersbord D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 1.5em'>) een onderbord?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='height: 3em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='height: 3em'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='height: 3em'>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='height: 3em'>"
|
||||
},
|
||||
"6": {
|
||||
"then": "Geen onderbord aanwezig"
|
||||
}
|
||||
}
|
||||
},
|
||||
"13": {
|
||||
"render": "De schrikafstand van dit fietspad is {cycleway:buffer} m",
|
||||
"question": "Hoe breed is de ruimte tussen het fietspad en de weg?"
|
||||
},
|
||||
"14": {
|
||||
"question": "Hoe is dit fietspad gescheiden van de weg?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met een onderbroken streep"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met een doorgetrokken streep"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met parkeervakken"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met een stoeprand"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"question": "Hoe is dit fietspad gescheiden van de weg?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met een onderbroken streep"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met een doorgetrokken streep"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met parkeervakken"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit fietspad is gescheiden van de weg met een stoeprand"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"name": "Alle straten",
|
||||
"description": "Laag waar je nieuwe fietspaden kan aanduiden",
|
||||
"title": {
|
||||
"render": "Straat"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Is er een fietspad?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er is een fietssugestiestrook"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er is een fietspad aangrenzend aan de weg (gescheiden met verf)"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er is een fietspad (los van de weg), maar geen fietspad afzonderlijk getekend naast deze weg."
|
||||
},
|
||||
"3": {
|
||||
"then": "Er is een apart getekend fietspad."
|
||||
},
|
||||
"4": {
|
||||
"then": "Er is geen fietspad bekend hier"
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
},
|
||||
"6": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
}
|
||||
},
|
||||
"render": "Onbekende fietspad situatie"
|
||||
},
|
||||
"1": {
|
||||
"question": "Is dit een fietsstraat?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een fietstraat, en dus een 30km/h zone"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een fietstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is niet een fietstraat"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "Barrières",
|
||||
"description": "Hindernissen tijdens het fietsen, zoals paaltjes en fietshekjes",
|
||||
"title": {
|
||||
"render": "Barrière",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Paaltje"
|
||||
},
|
||||
"1": {
|
||||
"then": "Fietshekjes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Paaltje",
|
||||
"description": "Een paaltje in de weg"
|
||||
},
|
||||
"1": {
|
||||
"title": "Fietshekjes",
|
||||
"description": "Fietshekjes, voor het afremmen van fietsers"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Kan een fietser langs deze barrière?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een fietser kan hier langs."
|
||||
},
|
||||
"1": {
|
||||
"then": "Een fietser kan hier niet langs."
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Wat voor soort paal is dit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Verwijderbare paal"
|
||||
},
|
||||
"1": {
|
||||
"then": "Vaste paal"
|
||||
},
|
||||
"2": {
|
||||
"then": "Paal die platgevouwen kan worden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Flexibele paal, meestal plastic"
|
||||
},
|
||||
"4": {
|
||||
"then": "Verzonken poller"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Wat voor fietshekjes zijn dit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Enkelvoudig, slechts twee hekjes met ruimte ertussen <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dubbel, twee hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Drievoudig, drie hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Maximumbreedte: {maxwidth:physical} m",
|
||||
"question": "Hoe breed is de ruimte naast de barrière?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cyclestreets": {
|
||||
"title": "Fietsstraten",
|
||||
"shortDescription": "Een kaart met alle gekende fietsstraten",
|
||||
"description": "Een fietsstraat is een straat waar <ul><li><b>automobilisten geen fietsers mogen inhalen</b></li><li>Er een maximumsnelheid van <b>30km/u</b> geldt</li><li>Fietsers gemotoriseerde voortuigen links mogen inhalen</li><li>Fietsers nog steeds voorrang aan rechts moeten verlenen - ook aan auto's en voetgangers op het zebrapad</li></ul><br/><br/>Op deze open kaart kan je alle gekende fietsstraten zien en kan je ontbrekende fietsstraten aanduiden. Om de kaart aan te passen, moet je je aanmelden met OpenStreetMap en helemaal inzoomen tot straatniveau.",
|
||||
|
@ -592,7 +1007,7 @@
|
|||
"then": "Deze straat is een fietsstraat (en dus zone 30)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze straat is een fietsstraat"
|
||||
"then": "Deze straat i een fietsstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze straat wordt binnenkort een fietsstraat"
|
||||
|
@ -820,7 +1235,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"boomgaarden": {
|
||||
"fruit_trees": {
|
||||
"title": "Open Boomgaardenkaart",
|
||||
"shortDescription": "Boomgaarden en fruitbomen",
|
||||
"description": "Op deze kaart vindt je boomgaarden en fruitbomen",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Открытая карта АВД (Автоматизированных внешних дефибрилляторов)",
|
||||
"description": "На этой карте вы можете найти и отметить ближайшие дефибрилляторы"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Открытая карта произведений искусства",
|
||||
"description": "Добро пожаловать на Open Artwork Map, карту статуй, бюстов, граффити и других произведений искусства по всему миру",
|
||||
"layers": {
|
||||
|
@ -407,7 +407,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cyclestreets": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"name": "Все улицы",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "Öppna AED-karta",
|
||||
"description": "På denna karta kan man hitta och markera närliggande defibrillatorer"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "Öppen konstverkskarta"
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"title": "開放AED地圖",
|
||||
"description": "在這份地圖上,你可以找到與標記附近的除顫器"
|
||||
},
|
||||
"artworks": {
|
||||
"artwork": {
|
||||
"title": "開放藝術品地圖",
|
||||
"description": "歡迎來到開放藝術品地圖,這份地圖會顯示全世界的雕像、半身像、塗鴉以及其他類型的藝術品",
|
||||
"layers": {
|
||||
|
@ -294,7 +294,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"cyclestreets": {
|
||||
"title": "單車街道",
|
||||
"shortDescription": "單車街道的地圖",
|
||||
"description": "單車街道是<b>機動車輛受限制,只允許單車通行</b>的道路。通常會有路標顯示特別的交通指標。單車街道通常在荷蘭、比利時看到,但德國與法國也有。 ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue