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
|
@ -142,6 +142,25 @@
|
|||
}
|
||||
],
|
||||
"condition": "_geometry:type=Point"
|
||||
},
|
||||
{
|
||||
"id": "kerb-height",
|
||||
"question": {
|
||||
"en": "What is the height of this kerb?",
|
||||
"nl": "Hoe hoog is deze stoeprand?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Kerb height: {{kerb:height}}",
|
||||
"nl": "Stoeprandhoogte: {{kerb:height}}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "kerb:height",
|
||||
"placeholder": {
|
||||
"en": "Height of the kerb",
|
||||
"nl": "Hoogte van de stoeprand"
|
||||
},
|
||||
"type": "pnat"
|
||||
}
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
|
@ -242,5 +261,45 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
"applicableUnits": [
|
||||
{
|
||||
"canonicalDenomination": "cm",
|
||||
"alternativeDenomination": [
|
||||
"centimeter",
|
||||
"centimeters"
|
||||
],
|
||||
"human": {
|
||||
"en": "centimeters",
|
||||
"nl": "centimeter"
|
||||
},
|
||||
"humanSingular": {
|
||||
"en": "centimeter",
|
||||
"nl": "centimeter"
|
||||
},
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"canonicalDenomination": "m",
|
||||
"alternativeDenomination": [
|
||||
"meter",
|
||||
"meters"
|
||||
],
|
||||
"human": {
|
||||
"en": "meters",
|
||||
"nl": "meter"
|
||||
},
|
||||
"humanSingular": {
|
||||
"en": "meter",
|
||||
"nl": "meter"
|
||||
}
|
||||
}
|
||||
],
|
||||
"appliesToKey": [
|
||||
"kerb:height"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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