Cycle barrier measurements

This commit is contained in:
Robin van der Linde 2021-07-19 16:43:01 +02:00
parent da7faf0a8f
commit 209959392a
2 changed files with 66 additions and 0 deletions

View file

@ -997,6 +997,18 @@
"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?"
}
}
}