mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 23:30:20 +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:
@@ -7,7 +7,9 @@
|
||||
"generator/output/electricity"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/generator}"
|
||||
"{power/generator}",
|
||||
"height/hub",
|
||||
"rotor/diameter"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -15,6 +17,10 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "generator",
|
||||
"generator:source": "wind"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "generator",
|
||||
"generator:source": "wind",
|
||||
"generator:method": "wind_turbine"
|
||||
|
||||
Reference in New Issue
Block a user