add group_only tagRendering in tourism_accomodation

This commit is contained in:
Osmwithspace 2025-02-19 20:30:28 +01:00
parent b99efa4b35
commit 0822ce6208

View file

@ -308,6 +308,42 @@
}
},
"{preset_type_select()}",
{
"condition": {
"and": [
"tourism=hostel"
]
},
"question": {
"de": "Ist diese Unterkunft ausschließlich für Gruppen?",
"en": "Is this hostel exclusively for groups?"
},
"mappings": [
{
"if": {
"and": [
"group_only=yes"
]
},
"then": {
"en": "This hostel is exclusively for groups",
"de": "Diese Unterkunft ist ausschließlich für Gruppen"
}
},
{
"if": {
"and": [
"group_only=no"
]
},
"then": {
"en": "This hostel is not exclusively for groups",
"de": "Diese Unterkunft ist nicht ausschließlich für Gruppen"
}
}
],
"id": "group_only"
},
"brand",
"contact",
"wheelchair-access",