mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +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
|
|
@ -2,6 +2,7 @@
|
|||
"icon": "temaki-pier_fixed",
|
||||
"fields": [
|
||||
"name",
|
||||
"mooring",
|
||||
"surface",
|
||||
"floating",
|
||||
"width",
|
||||
|
|
@ -25,7 +26,6 @@
|
|||
"jetty",
|
||||
"landing",
|
||||
"promenade",
|
||||
"quay",
|
||||
"wharf"
|
||||
],
|
||||
"tags": {
|
||||
|
|
|
|||
19
data/presets/man_made/quay.json
Normal file
19
data/presets/man_made/quay.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-quay",
|
||||
"fields": [
|
||||
"name",
|
||||
"mooring"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"dock",
|
||||
"wharf"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "quay"
|
||||
},
|
||||
"name": "Quay"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue