forked from MapComplete/MapComplete
First version of unit handling: canonicalizing on input
This commit is contained in:
parent
fca3f45908
commit
0012a2f683
11 changed files with 379 additions and 48 deletions
|
@ -816,6 +816,20 @@
|
|||
"wayHandling": 0
|
||||
}
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
"appliesToKey": ["climbing:length"],
|
||||
"applicableUnits": [{
|
||||
"canonicalDenomination": "m",
|
||||
"alternativeDenomination": ["meter","meters"],
|
||||
"human": {
|
||||
"en": "meter",
|
||||
"nl": "meter"
|
||||
},
|
||||
"default": true
|
||||
}]
|
||||
}
|
||||
],
|
||||
"roamingRenderings": [
|
||||
{
|
||||
"#": "Website",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue