mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Merge 485b8b3739 into 12f0515143
This commit is contained in:
commit
1881227a2c
3 changed files with 34 additions and 0 deletions
23
data/presets/seamark/berth.json
Normal file
23
data/presets/seamark/berth.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-boat_floating",
|
||||
"fields": [
|
||||
"seamark/name",
|
||||
"maxweight",
|
||||
"maxlength",
|
||||
"maxdraft",
|
||||
"maxstay"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "berth"
|
||||
},
|
||||
"name": "Ship Berth",
|
||||
"terms": [
|
||||
"berth",
|
||||
"mooring"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue