mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 15:03:54 +02:00
add fields for diameter & height of wind turbines, closes #241
and also match features without `generator:method=wind_turbine` set, and suggest to add it
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "height:hub",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Height of Hub (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "rotor:diameter",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Rotor Diameter (Meters)"
|
||||
}
|
||||
Reference in New Issue
Block a user