Skip to content

Commit

Permalink
Add preset for man_made=quay
Browse files Browse the repository at this point in the history
Also referred to in openstreetmap#529.
  • Loading branch information
jdhoek committed Mar 9, 2023
1 parent ec46ce7 commit 7a30785
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/fields/mooring.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"key": "mooring",
"type": "combo",
"label": "Mooring",
"strings": {
"options": {
"yes": "Yes",
"no": "no",
"private": "Private",
"commercial": "Commercial",
"guest": "Guests"
}
}
}
1 change: 0 additions & 1 deletion data/presets/man_made/pier.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"jetty",
"landing",
"promenade",
"quay",
"wharf"
],
"tags": {
Expand Down
19 changes: 19 additions & 0 deletions data/presets/man_made/quay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icon": "temaki-pier_fixed",
"fields": [
"name",
"mooring"
],
"geometry": [
"line",
"area"
],
"terms": [
"dock",
"wharf"
],
"tags": {
"man_made": "quay"
},
"name": "Quay"
}

0 comments on commit 7a30785

Please sign in to comment.