mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue