mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 23:00:21 +02:00
Add preset for man_made=quay (#810)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "mooring",
|
||||
"type": "combo",
|
||||
"label": "Mooring",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"private": "Private",
|
||||
"commercial": "Commercial",
|
||||
"guest": "Guests"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "temaki-pier_fixed",
|
||||
"fields": [
|
||||
"name",
|
||||
"mooring",
|
||||
"surface",
|
||||
"floating",
|
||||
"width",
|
||||
@@ -25,7 +26,6 @@
|
||||
"jetty",
|
||||
"landing",
|
||||
"promenade",
|
||||
"quay",
|
||||
"wharf"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "temaki-quay",
|
||||
"fields": [
|
||||
"name",
|
||||
"mooring"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"dock",
|
||||
"wharf"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "quay"
|
||||
},
|
||||
"name": "Quay"
|
||||
}
|
||||
Reference in New Issue
Block a user