finished elevator json

This commit is contained in:
Andrews Leruth 2022-07-19 12:57:14 +02:00
parent dd90456638
commit 59276968cc

View file

@ -60,5 +60,46 @@
"centroid"
]
}
],
"presets": [
{
"title": {
"en": "an elevator",
"nl": "een lift"
},
"tags": [
"elevator=yes"
]
}
],
"units": [
{
"appliesToKey": [
"door:width",
"elevator:width",
"elevator:depth"
],
"applicableUnits": [
{
"canonicalDenomination": "m",
"alternativeDenomination": [
"meter"
],
"human": {
"en": "meter"
}
},
{
"canonicalDenomination": "cm",
"alternativeDenomination": [
"centimeter",
"cms"
],
"human": {
"en": "centimeter"
}
}
]
}
]
}