diff --git a/assets/layers/campsite/campsite.json b/assets/layers/campsite/campsite.json index 82cfa3d067..3e1a6a1700 100644 --- a/assets/layers/campsite/campsite.json +++ b/assets/layers/campsite/campsite.json @@ -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?",