Skip to content

Commit fb1a814

Browse files
quincylvaniatyrasd
andauthored
Add Waterway Access Point preset and add fields to Slipway preset (#1473)
Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent 266502f commit fb1a814

File tree

9 files changed

+91
-0
lines changed

9 files changed

+91
-0
lines changed

data/fields/boat.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "boat",
3+
"type": "combo",
4+
"label": "Boat Access"
5+
}

data/fields/camping.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "camping",
3+
"type": "combo",
4+
"label": "Camping"
5+
}

data/fields/canoe.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "canoe",
3+
"type": "combo",
4+
"label": "Canoe Access"
5+
}

data/fields/motorboat.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "motorboat",
3+
"type": "combo",
4+
"label": "Motorboat Access"
5+
}

data/fields/snowmobile.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"key": "snowmobile",
3+
"type": "combo",
4+
"label": "Snowmobile Access",
5+
"terms": [
6+
"ski-doo"
7+
]
8+
}

data/fields/swimming.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "swimming",
3+
"type": "combo",
4+
"label": "Swimming"
5+
}

data/fields/trailer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "trailer",
3+
"type": "combo",
4+
"label": "Trailer Access"
5+
}

data/presets/leisure/slipway.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,41 @@
22
"icon": "maki-slipway",
33
"fields": [
44
"name",
5+
"operator",
56
"surface",
67
"access_simple",
8+
"canoe",
9+
"trailer",
710
"fee",
811
"payment_multi_fee",
912
"charge_fee"
1013
],
1114
"moreFields": [
15+
"address",
16+
"bin",
17+
"boat",
18+
"camping",
19+
"covered",
20+
"dog",
21+
"drinking_water_available",
22+
"fishing",
23+
"gnis/feature_id-US",
24+
"group_only",
25+
"intermittent",
1226
"lit",
27+
"motorboat",
1328
"opening_hours",
29+
"picnic_table",
30+
"reservation",
1431
"seamark/type",
32+
"seasonal",
33+
"shower",
34+
"snowmobile",
35+
"swimming",
36+
"tidal",
37+
"toilets",
38+
"trailer",
39+
"wheelchair",
1540
"width"
1641
],
1742
"geometry": [
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"icon": "temaki-beach",
3+
"fields": [
4+
"{leisure/slipway}"
5+
],
6+
"moreFields": [
7+
"{leisure/slipway}",
8+
"informal"
9+
],
10+
"geometry": [
11+
"vertex"
12+
],
13+
"terms": [
14+
"boat",
15+
"canoe",
16+
"kayak",
17+
"launch",
18+
"paddleboard",
19+
"portage",
20+
"put-in",
21+
"rowboat",
22+
"take-out"
23+
],
24+
"tags": {
25+
"waterway": "access_point"
26+
},
27+
"name": "Waterway Access Point"
28+
}

0 commit comments

Comments
 (0)