forked from MapComplete/MapComplete
Add units to height of windmills
This commit is contained in:
parent
a001c7e525
commit
54a084d81c
1 changed files with 20 additions and 2 deletions
|
@ -62,7 +62,8 @@
|
|||
"en": "What is the power output of this wind turbine? (e.g. 2.3 MW)"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "generator:output:electricity"
|
||||
"key": "generator:output:electricity",
|
||||
"type": "pfloat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -85,7 +86,7 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "height",
|
||||
"type": "float"
|
||||
"type": "pfloat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -128,6 +129,23 @@
|
|||
}
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
"appliesToKey": [
|
||||
"height","rotor:diameter"
|
||||
],
|
||||
"applicableUnits": [
|
||||
{
|
||||
"canonicalDenomination": "m",
|
||||
"alternativeDenomination": [
|
||||
"meter"
|
||||
],
|
||||
"human": {
|
||||
"en": " meter",
|
||||
"nl": " meter"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"appliesToKey": [
|
||||
"generator:output:electricity"
|
||||
|
|
Loading…
Reference in a new issue