mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +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)"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -1789,6 +1789,10 @@ en:
|
||||
# height=*
|
||||
label: Height (Meters)
|
||||
terms: '[translate with synonyms or related terms for ''Height (Meters)'', separated by commas]'
|
||||
height/hub:
|
||||
# height:hub=*
|
||||
label: Height of Hub (Meters)
|
||||
terms: '[translate with synonyms or related terms for ''Height of Hub (Meters)'', separated by commas]'
|
||||
height_building:
|
||||
# height=*
|
||||
label: Building Height (Meters)
|
||||
@@ -3130,6 +3134,10 @@ en:
|
||||
rooms:
|
||||
# rooms=*
|
||||
label: Rooms
|
||||
rotor/diameter:
|
||||
# rotor:diameter=*
|
||||
label: Rotor Diameter (Meters)
|
||||
terms: '[translate with synonyms or related terms for ''Rotor Diameter (Meters)'', separated by commas]'
|
||||
roundtrip:
|
||||
# roundtrip=*
|
||||
label: Forms Loop
|
||||
@@ -9320,7 +9328,7 @@ en:
|
||||
# 'terms: fission,generator,nuclear,nuke,reactor'
|
||||
terms: <translate with synonyms or related terms for 'Nuclear Reactor', separated by commas>
|
||||
power/generator/source/wind:
|
||||
# power=generator + generator:source=wind + generator:method=wind_turbine | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
# power=generator + generator:source=wind | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Wind Turbine
|
||||
# 'terms: generator,turbine,windmill,wind'
|
||||
terms: <translate with synonyms or related terms for 'Wind Turbine', separated by commas>
|
||||
|
||||
Reference in New Issue
Block a user