forked from MapComplete/MapComplete
Try to put units
This commit is contained in:
parent
b88d3fb69b
commit
364e6a019d
1 changed files with 37 additions and 0 deletions
|
@ -139,6 +139,43 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"allowSplit":true
|
"allowSplit":true
|
||||||
|
"units": {
|
||||||
|
"appliesTo": ["maxspeed"]}
|
||||||
|
"applicableUnits": [
|
||||||
|
{
|
||||||
|
"canonicalDenomination": "km/h",
|
||||||
|
"alternativeDenomination": ["km/u", "kmh", "kph"]
|
||||||
|
"default": true,
|
||||||
|
"human": {
|
||||||
|
"en": "kilometers/hour",
|
||||||
|
"ca": "quilòmetres/hora",
|
||||||
|
"es": "kilómetros/hora",
|
||||||
|
"nl": "kilometers/uur"
|
||||||
|
},
|
||||||
|
"humanShort": {
|
||||||
|
"en": "km/h",
|
||||||
|
"ca": "km/h",
|
||||||
|
"es": "km/h",
|
||||||
|
"nl": "km/u"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"canonicalDenomination": "mph",
|
||||||
|
"alternativeDenomination": ["m/u", "mh", "m/ph"]
|
||||||
|
"default": false,
|
||||||
|
"human": {
|
||||||
|
"en": "miles/hour",
|
||||||
|
"ca": "milles/hora",
|
||||||
|
"es": "millas/hora",
|
||||||
|
"nl": "miles/uur"
|
||||||
|
},
|
||||||
|
"humanShort": {
|
||||||
|
"en": "mph",
|
||||||
|
"ca": "mph",
|
||||||
|
"es": "mph",
|
||||||
|
"nl": "mph"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
{
|
{
|
||||||
"icon": {
|
"icon": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue