Add Waterway Access Point preset and add field to Slipway preset

This commit is contained in:
Quincy Morgan 2025-03-04 14:34:22 -05:00
parent 2763fbd500
commit d338d5847d
9 changed files with 91 additions and 1 deletions

View 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"
}