Cycle barrier measurements
This commit is contained in:
parent
da7faf0a8f
commit
209959392a
2 changed files with 66 additions and 0 deletions
|
@ -858,6 +858,60 @@
|
|||
"key": "maxwidth:physical",
|
||||
"type": "pfloat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "Space between barriers (along the length of the road): {width:seperation} m"
|
||||
},
|
||||
"question": {
|
||||
"en": "How much space is there between the barriers (along the length of the road)?"
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
"cycle_barrier:type=double",
|
||||
"cycle_barrier:type=triple"
|
||||
]
|
||||
},
|
||||
"freeform": {
|
||||
"key": "width:seperation",
|
||||
"type": "pfloat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "Width of opening: {width:opening} m"
|
||||
},
|
||||
"question": {
|
||||
"en": "How wide is the smallest opening next to the barriers?"
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
"cycle_barrier:type=double",
|
||||
"cycle_barrier:type=triple"
|
||||
]
|
||||
},
|
||||
"freeform": {
|
||||
"key": "width:opening",
|
||||
"type": "pfloat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "Overlap: {overlap} m"
|
||||
},
|
||||
"question": {
|
||||
"en": "How much overlap do the barriers have?"
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
"cycle_barrier:type=double",
|
||||
"cycle_barrier:type=triple"
|
||||
]
|
||||
},
|
||||
"freeform": {
|
||||
"key": "overlap",
|
||||
"type": "pfloat"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue