add tagRendering for group_only=yes

This commit is contained in:
Osmwithspace 2025-02-03 15:06:08 +01:00
parent a6c12e5efb
commit 7ba0fa3b61

View file

@ -63,6 +63,37 @@
}
],
"tagRenderings": [
{
"question": {
"de": "Ist dieser Zeltplatz ausschließlich für Gruppen?",
"en": "Is this campsite exclusively for groups?"
},
"mappings": [
{
"if": {
"and": [
"group_only=yes"
]
},
"then": {
"en": "This campsite is exclusively for groups",
"de": "Dieser Zeltplatz ist ausschließlich für Gruppen"
}
},
{
"if": {
"and": [
"group_only=no"
]
},
"then": {
"en": "This campsite is not exclusively for groups",
"de": "Dieser Zeltplatz ist nicht ausschließlich für Gruppen"
}
}
],
"id": "group_only"
},
{
"question": {
"en": "What is the name of this campsite?",