finished elevator json
This commit is contained in:
parent
dd90456638
commit
59276968cc
1 changed files with 41 additions and 0 deletions
|
@ -60,5 +60,46 @@
|
||||||
"centroid"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue