forked from MapComplete/MapComplete
Added presets and cycle_barrier type
This commit is contained in:
parent
5d875e5233
commit
bdbf874c63
3 changed files with 112 additions and 0 deletions
|
@ -935,6 +935,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"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?",
|
||||
|
@ -968,6 +978,20 @@
|
|||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "What kind of cycling barrier is this?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Single, just two barriers with a space inbetween"
|
||||
},
|
||||
"1": {
|
||||
"then": "Double, two barriers behind each other"
|
||||
},
|
||||
"2": {
|
||||
"then": "Triple, three barier behind each other"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Maximum width: {maxwidth:physical} m",
|
||||
"question": "How wide is the gap left over besides the barrier?"
|
||||
}
|
||||
|
|
|
@ -739,6 +739,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"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?",
|
||||
|
@ -772,6 +782,20 @@
|
|||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Wat voor fietshekjes zijn dit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Enkelvoudig, slechts twee hekjes met ruimte ertussen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dubbel, twee hekjes achter elkaar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Drievoudig, drie hekjes achter elkaar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Maximumbreedte: {maxwidth:physical} m",
|
||||
"question": "Hoe breed is de ruimte naast de barrière?"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue