mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add fields tents, [static_]caravans, picnic_table, nudism to camp site preset
This commit is contained in:
commit
28f9b82fb2
9 changed files with 109 additions and 9 deletions
|
|
@ -2,6 +2,10 @@
|
|||
"key": "capacity:caravans",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Caravans)",
|
||||
"placeholder": "10, 20, 50..."
|
||||
"label": "Capacity (Campervan / Camping Trailer)",
|
||||
"placeholder": "10, 20, 50...",
|
||||
"prerequisiteTag": {
|
||||
"key": "caravans",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
11
data/fields/caravans.json
Normal file
11
data/fields/caravans.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "caravans",
|
||||
"type": "check",
|
||||
"label": "Campervan / Camping Trailer",
|
||||
"terms": [
|
||||
"Camper",
|
||||
"Camper Trailer",
|
||||
"Caravan",
|
||||
"Tourer"
|
||||
]
|
||||
}
|
||||
23
data/fields/nudism.json
Normal file
23
data/fields/nudism.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"key": "nudism",
|
||||
"type": "combo",
|
||||
"label": "Nudism",
|
||||
"strings": {
|
||||
"options": {
|
||||
"customary": "Customary",
|
||||
"designated": "Designated",
|
||||
"no": "Prohibited",
|
||||
"obligatory": "Obligatory",
|
||||
"permissive": "Permissive",
|
||||
"yes": "Allowed"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"terms": [
|
||||
"naturism",
|
||||
"naturist",
|
||||
"nude recreation",
|
||||
"nudist"
|
||||
]
|
||||
}
|
||||
9
data/fields/picnic_table.json
Normal file
9
data/fields/picnic_table.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "picnic_table",
|
||||
"type": "check",
|
||||
"label": "Picnic Table",
|
||||
"terms": [
|
||||
"outdoor table",
|
||||
"bench"
|
||||
]
|
||||
}
|
||||
11
data/fields/static_caravans.json
Normal file
11
data/fields/static_caravans.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "static_caravans",
|
||||
"type": "check",
|
||||
"label": "Mobile Homes",
|
||||
"terms": [
|
||||
"House Trailers",
|
||||
"Park Home",
|
||||
"Static Caravans",
|
||||
"Trailer home"
|
||||
]
|
||||
}
|
||||
5
data/fields/tents.json
Normal file
5
data/fields/tents.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "tents",
|
||||
"type": "check",
|
||||
"label": "Tents"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue