mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 06:13:51 +01:00
Add Waterway Access Point preset and add field to Slipway preset
This commit is contained in:
parent
2763fbd500
commit
d338d5847d
9 changed files with 91 additions and 1 deletions
27
data/presets/waterway/access_point.json
Normal file
27
data/presets/waterway/access_point.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"fields": [
|
||||
"{leisure/slipway}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{leisure/slipway}",
|
||||
"informal"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"boat",
|
||||
"canoe",
|
||||
"kayak",
|
||||
"launch",
|
||||
"paddleboard",
|
||||
"portage",
|
||||
"put-in",
|
||||
"rowboat",
|
||||
"take-out"
|
||||
],
|
||||
"tags": {
|
||||
"waterway": "access_point"
|
||||
},
|
||||
"name": "Waterway Access Point"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue