forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamp_site.json
More file actions
32 lines (32 loc) · 1.05 KB
/
camp_site.json
File metadata and controls
32 lines (32 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"key": "camp_site",
"type": "combo",
"label": "Type",
"options": [
"basic",
"standard",
"serviced",
"deluxe"
],
"strings": {
"options": {
"basic": {
"title": "Basic (only tent/vehicle spots)",
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"standard": {
"title": "Standard (offers toilets and water)",
"description": "Toilets and water are provided or available nearby"
},
"serviced": {
"title": "Serviced (offers showers and electricity)",
"description": "Toilets, water, showers and electricity are provided"
},
"deluxe": {
"title": "Deluxe (offers laundry or swimming pool, etc.)",
"description": "Fully serviced and has additional amenities like a laundry, swimming pool or similar recreation facilities"
}
}
},
"autoSuggestions": false
}