mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +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"
|
||||
}
|
||||
|
|
@ -9,12 +9,12 @@
|
|||
"terms": [
|
||||
"house trailer",
|
||||
"manufactured home",
|
||||
"mobile home",
|
||||
"prefabricated home",
|
||||
"residential caravan",
|
||||
"static caravan",
|
||||
"static mobile home",
|
||||
"trailer home"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Static Mobile Home"
|
||||
"name": "Mobile Home"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,12 @@
|
|||
"operator",
|
||||
"address",
|
||||
"access_simple",
|
||||
"capacity/caravans",
|
||||
"capacity/persons",
|
||||
"tents",
|
||||
"capacity/tents",
|
||||
"caravans",
|
||||
"capacity/caravans",
|
||||
"static_caravans",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee"
|
||||
|
|
@ -23,10 +26,12 @@
|
|||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"nudism",
|
||||
"openfire",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"picnic_table",
|
||||
"power_supply",
|
||||
"ref/vatin",
|
||||
"reservation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue