From 1dd78563efe0d4d8513f621884e8d42fbaa18513 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 16 Mar 2025 22:48:12 +0100 Subject: [PATCH] Themes(toilets): add condition to supervision question: only ask if a public toilet --- assets/layers/toilet/toilet.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/assets/layers/toilet/toilet.json b/assets/layers/toilet/toilet.json index 8da1b40be..ff4ff196b 100644 --- a/assets/layers/toilet/toilet.json +++ b/assets/layers/toilet/toilet.json @@ -985,7 +985,17 @@ "nl": "Er is geen persoon die toezicht houdt" } } - ] + ], + "condition": { + "and": [ + { + "or": [ + "access=yes", + "access=" + ] + } + ] + } }, { "id": "toilet-has-paper", @@ -1081,7 +1091,6 @@ } ] }, - { "id": "toilet-drying", "question": {