forked from MapComplete/MapComplete
Move barriers to a different layer file
This commit is contained in:
parent
456febe3f3
commit
7f4235ef88
6 changed files with 453 additions and 445 deletions
|
@ -1,4 +1,95 @@
|
|||
{
|
||||
"barrier": {
|
||||
"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?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Benches",
|
||||
"title": {
|
||||
|
|
|
@ -1,4 +1,94 @@
|
|||
{
|
||||
"barrier": {
|
||||
"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": {
|
||||
"then": "Knijppoort, ruimte is smaller aan de top, dan aan de bodem <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Maximumbreedte: {maxwidth:physical} m",
|
||||
"question": "Hoe breed is de ruimte naast de barrière?"
|
||||
},
|
||||
"4": {
|
||||
"render": "Ruimte tussen barrières (langs de lengte van de weg): {width:seperation} m",
|
||||
"question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?"
|
||||
},
|
||||
"5": {
|
||||
"render": "Breedte van de opening: {width:opening} m",
|
||||
"question": "Hoe breed is de smalste opening naast de barrières?"
|
||||
},
|
||||
"6": {
|
||||
"question": "Hoeveel overlappen de barrières?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Zitbanken",
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue