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

5
data/fields/boat.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "boat",
"type": "combo",
"label": "Boat Access"
}

5
data/fields/camping.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "camping",
"type": "combo",
"label": "Camping"
}

5
data/fields/canoe.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "canoe",
"type": "combo",
"label": "Canoe Access"
}

View file

@ -0,0 +1,5 @@
{
"key": "motorboat",
"type": "combo",
"label": "Motorboat Access"
}

View file

@ -0,0 +1,8 @@
{
"key": "snowmobile",
"type": "combo",
"label": "Snowmobile Access",
"terms": [
"ski-doo"
]
}

View file

@ -0,0 +1,5 @@
{
"key": "swimming",
"type": "combo",
"label": "Swimming"
}

5
data/fields/trailer.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "trailer",
"type": "combo",
"label": "Trailer Access"
}