Skip to content

Commit 1b3f114

Browse files
authored
add boat rental types (#2708)
2 parents 813a696 + 64beade commit 1b3f114

2 files changed

Lines changed: 49 additions & 2 deletions

File tree

data/fields/boat_rental_types.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"type": "manyCombo",
3+
"label": "Boat Rental Types",
4+
"keys": [
5+
"kayak_rental",
6+
"canoe_rental",
7+
"standup_paddleboard_rental",
8+
"motorboat_rental",
9+
"pedalboat_rental",
10+
"sailboat_rental",
11+
"rowboat_rental",
12+
"dinghy_rental",
13+
"jetski_rental",
14+
"houseboat_rental",
15+
"yacht_rental"
16+
],
17+
"strings": {
18+
"options": {
19+
"motorboat_rental": "Motorboat",
20+
"houseboat_rental": "Houseboat",
21+
"pedalboat_rental": "Pedalboat",
22+
"jetski_rental": "Jetski",
23+
"sailboat_rental": "Sailboat",
24+
"rowboat_rental": "Rowboat",
25+
"dinghy_rental": "Dinghy",
26+
"kayak_rental": "Kayak",
27+
"canoe_rental": "Canoe",
28+
"standup_paddleboard_rental": "Stand-Up Paddleboard (SUP)",
29+
"yacht_rental": "Yacht"
30+
}
31+
},
32+
"autoSuggestions": false
33+
}

data/presets/amenity/boat_rental.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"opening_hours",
88
"fee",
99
"payment_multi_fee",
10-
"charge_fee"
10+
"charge_fee",
11+
"boat_rental_types"
1112
],
1213
"moreFields": [
1314
"{@templates/poi}",
@@ -23,8 +24,21 @@
2324
},
2425
"terms": [
2526
"boat hire",
27+
"boat livery",
2628
"canoe",
27-
"kayak"
29+
"dinghy",
30+
"houseboat",
31+
"jetski",
32+
"kayak",
33+
"motorboat",
34+
"pedalboat",
35+
"rowboat",
36+
"sailboat",
37+
"stand up paddleboard",
38+
"stand-up paddleboard",
39+
"standup paddleboard",
40+
"sup",
41+
"yacht"
2842
],
2943
"name": "Boat Rental"
3044
}

0 commit comments

Comments
 (0)