mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01: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:
parent
32d2889e26
commit
89aaad1885
4 changed files with 28 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue