Skip to content

Commit 5d95be8

Browse files
osmuser63783tyrasd
andauthored
Add camp_site field to tourism=camp_site (#1286)
Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent 1477951 commit 5d95be8

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

data/fields/camp_site.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"key": "camp_site",
3+
"type": "combo",
4+
"label": "Type",
5+
"options": [
6+
"basic",
7+
"standard",
8+
"serviced",
9+
"deluxe"
10+
],
11+
"strings": {
12+
"options": {
13+
"basic": {
14+
"title": "Basic (only tent/vehicle spots)",
15+
"description": "Nothing but a place to pitch a tent or park a vehicle"
16+
},
17+
"standard": {
18+
"title": "Standard (offers toilets and water)",
19+
"description": "Toilets and water are provided or available nearby"
20+
},
21+
"serviced": {
22+
"title": "Serviced (offers showers and electricity)",
23+
"description": "Toilets, water, showers and electricity are provided"
24+
},
25+
"deluxe": {
26+
"title": "Deluxe (offers laundry or swimming pool, etc.)",
27+
"description": "Fully serviced and has additional amenities like a laundry, swimming pool or similar recreation facilities"
28+
}
29+
}
30+
},
31+
"autoSuggestions": false
32+
}

data/presets/tourism/camp_site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"fields": [
44
"name",
55
"operator",
6+
"camp_site",
67
"address",
78
"access_simple",
89
"capacity/persons",

0 commit comments

Comments
 (0)