Small fixes to the entrances

This commit is contained in:
pietervdvn 2022-07-19 12:06:57 +02:00
parent 9319f93bf2
commit cb1e436b69

View file

@ -344,28 +344,25 @@
{
"id": "kerb-height",
"question": {
"en": "What is the height of this kerb?",
"nl": "Hoe hoog is deze stoeprand?",
"de": "Wie hoch ist der Bordstein?"
"en": "What is the height of this kerb?"
},
"render": {
"en": "Kerb height: {kerb:height}",
"nl": "Stoeprandhoogte: {kerb:height}",
"de": "Bordsteinhöhe: {kerb:height}"
"en": "The kerb height of this door is {kerb:height}"
},
"freeform": {
"key": "kerb:height",
"placeholder": {
"en": "Height of the kerb",
"nl": "Hoogte van de stoeprand",
"de": "Höhe des Bordsteins"
"en": "Height of the door kerb"
},
"type": "pnat"
},
"mappings": [
{
"if": "kerb-height=",
"then": "kerb-height=0"
"then": {
"en": "This door does not have a kerb",
"nl": "Deze deur heeft geen drempel"
}
}
]
}
@ -403,5 +400,33 @@
"entrance=yes"
]
}
],
"units": [
{
"appliesToKey": [
"kerb:height"
],
"applicableUnits": [
{
"canonicalDenomination": "m",
"alternativeDenomination": [
"meter"
],
"human": {
"en": "meter"
}
},
{
"canonicalDenomination": "cm",
"alternativeDenomination": [
"centimeter",
"cms"
],
"human": {
"en": "centimeter"
}
}
]
}
]
}