forked from MapComplete/MapComplete
add group_only tagRendering in tourism_accomodation
This commit is contained in:
parent
b99efa4b35
commit
0822ce6208
1 changed files with 36 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue