Added presets and cycle_barrier type

This commit is contained in:
Robin van der Linde 2021-07-19 14:00:23 +02:00
parent 5d875e5233
commit bdbf874c63
3 changed files with 112 additions and 0 deletions

View file

@ -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?"
}