Skip to content

Commit

Permalink
Add camp_site field to tourism=camp_site (#1286)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Raifer <[email protected]>
  • Loading branch information
osmuser63783 and tyrasd authored Aug 20, 2024
1 parent 1477951 commit 5d95be8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/fields/camp_site.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
}
1 change: 1 addition & 0 deletions data/presets/tourism/camp_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"fields": [
"name",
"operator",
"camp_site",
"address",
"access_simple",
"capacity/persons",
Expand Down

0 comments on commit 5d95be8

Please sign in to comment.