mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add preset for man_made=quay (#810)
This commit is contained in:
parent
726effcfdd
commit
01578b1c28
4 changed files with 54 additions and 2 deletions
|
|
@ -2881,6 +2881,20 @@ en:
|
|||
monitoring_multi:
|
||||
# monitoring:=*
|
||||
label: Monitoring
|
||||
mooring:
|
||||
# mooring=*
|
||||
label: Mooring
|
||||
options:
|
||||
# mooring=commercial
|
||||
commercial: Commercial
|
||||
# mooring=guest
|
||||
guest: Guests
|
||||
# mooring=no
|
||||
'no': 'No'
|
||||
# mooring=private
|
||||
private: Private
|
||||
# mooring=yes
|
||||
'yes': 'Yes'
|
||||
mtb/scale:
|
||||
# mtb:scale=*
|
||||
label: Mountain Biking Difficulty
|
||||
|
|
@ -9545,7 +9559,7 @@ en:
|
|||
man_made/pier:
|
||||
# man_made=pier | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Pier
|
||||
# 'terms: berth,dock,jetty,landing,promenade,quay,wharf'
|
||||
# 'terms: berth,dock,jetty,landing,promenade,wharf'
|
||||
terms: <translate with synonyms or related terms for 'Pier', separated by commas>
|
||||
man_made/pier/floating:
|
||||
# man_made=pier + floating=yes | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
|
|
@ -9570,6 +9584,11 @@ en:
|
|||
# man_made=pumping_station | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Pumping Station
|
||||
terms: <translate with synonyms or related terms for 'Pumping Station', separated by commas>
|
||||
man_made/quay:
|
||||
# man_made=quay | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Quay
|
||||
# 'terms: dock,wharf'
|
||||
terms: <translate with synonyms or related terms for 'Quay', separated by commas>
|
||||
man_made/reservoir_covered:
|
||||
# man_made=reservoir_covered | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Covered Reservoir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue