From 0bf47b12f715c6d0e71af080ab2e43783ab74bea Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 8 Aug 2024 22:41:48 +0200 Subject: [PATCH] Add conditions instead of overriding them --- assets/layers/artwork/artwork.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/layers/artwork/artwork.json b/assets/layers/artwork/artwork.json index 71f52f5dbf..2e8449e761 100644 --- a/assets/layers/artwork/artwork.json +++ b/assets/layers/artwork/artwork.json @@ -814,7 +814,7 @@ "builtin": "memorial.memorial-questions", "override": { "condition": { - "and": [ + "and+": [ "historic=memorial" ] } @@ -898,7 +898,7 @@ "builtin": "bench.bench-questions", "override": { "condition": { - "and": [ + "and+": [ "amenity=bench" ] }