Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/fields/boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "boat",
"type": "combo",
"label": "Boat Access"
}
5 changes: 5 additions & 0 deletions data/fields/camping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "camping",
"type": "combo",
"label": "Camping"
}
5 changes: 5 additions & 0 deletions data/fields/canoe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "canoe",
"type": "combo",
"label": "Canoe Access"
}
5 changes: 5 additions & 0 deletions data/fields/motorboat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "motorboat",
"type": "combo",
"label": "Motorboat Access"
}
8 changes: 8 additions & 0 deletions data/fields/snowmobile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"key": "snowmobile",
"type": "combo",
"label": "Snowmobile Access",
"terms": [
"ski-doo"
]
}
5 changes: 5 additions & 0 deletions data/fields/swimming.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "swimming",
"type": "combo",
"label": "Swimming"
}
5 changes: 5 additions & 0 deletions data/fields/trailer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "trailer",
"type": "combo",
"label": "Trailer Access"
}
27 changes: 26 additions & 1 deletion data/presets/leisure/slipway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,41 @@
"icon": "maki-slipway",
"fields": [
"name",
"operator",
"surface",
"access_simple",
"canoe",
"trailer",
"fee",
"payment_multi_fee",
"charge_fee"
"charge_fee",
"tidal"
Comment thread
tyrasd marked this conversation as resolved.
Outdated
],
"moreFields": [
"address",
"bin",
"boat",
"camping",
"covered",
"dog",
"drinking_water_available",
"fishing",
"gnis/feature_id-US",
"group_only",
"intermittent",
"lit",
"motorboat",
"opening_hours",
"picnic_table",
"reservation",
"seamark/type",
"seasonal",
"shower",
Comment thread
tyrasd marked this conversation as resolved.
"snowmobile",
Comment thread
tyrasd marked this conversation as resolved.
"swimming",
"toilets",
"trailer",
"wheelchair",
"width"
],
"geometry": [
Expand Down
27 changes: 27 additions & 0 deletions data/presets/waterway/access_point.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
Comment thread
tyrasd marked this conversation as resolved.
"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"
Comment thread
tyrasd marked this conversation as resolved.
}