forked from MapComplete/MapComplete
Added kerb height
This commit is contained in:
parent
ab4d60b0d8
commit
06a7a8d57f
3 changed files with 101 additions and 0 deletions
|
@ -4117,6 +4117,13 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"kerb-height": {
|
||||
"freeform": {
|
||||
"placeholder": "Height of the kerb"
|
||||
},
|
||||
"question": "What is the height of this kerb?",
|
||||
"render": "Kerb height: {{kerb:height}}"
|
||||
},
|
||||
"kerb-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -4154,6 +4161,20 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Kerb"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "centimeters",
|
||||
"humanSingular": "centimeter"
|
||||
},
|
||||
"1": {
|
||||
"human": "meters",
|
||||
"humanSingular": "meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"kindergarten_childcare": {
|
||||
|
|
|
@ -4030,6 +4030,13 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"kerb-height": {
|
||||
"freeform": {
|
||||
"placeholder": "Hoogte van de stoeprand"
|
||||
},
|
||||
"question": "Hoe hoog is deze stoeprand?",
|
||||
"render": "Stoeprandhoogte: {{kerb:height}}"
|
||||
},
|
||||
"kerb-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -4053,6 +4060,20 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Stoeprand"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "centimeter",
|
||||
"humanSingular": "centimeter"
|
||||
},
|
||||
"1": {
|
||||
"human": "meter",
|
||||
"humanSingular": "meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"kindergarten_childcare": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue