Add preset for man_made=quay (#810)

This commit is contained in:
Jeroen Hoek 2023-03-13 15:23:43 +01:00 committed by GitHub
parent 726effcfdd
commit 01578b1c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 2 deletions

14
data/fields/mooring.json Normal file
View file

@ -0,0 +1,14 @@
{
"key": "mooring",
"type": "combo",
"label": "Mooring",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"private": "Private",
"commercial": "Commercial",
"guest": "Guests"
}
}
}

View file

@ -2,6 +2,7 @@
"icon": "temaki-pier_fixed",
"fields": [
"name",
"mooring",
"surface",
"floating",
"width",
@ -25,7 +26,6 @@
"jetty",
"landing",
"promenade",
"quay",
"wharf"
],
"tags": {

View file

@ -0,0 +1,19 @@
{
"icon": "temaki-quay",
"fields": [
"name",
"mooring"
],
"geometry": [
"line",
"area"
],
"terms": [
"dock",
"wharf"
],
"tags": {
"man_made": "quay"
},
"name": "Quay"
}

View file

@ -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