From 17b76be401b3ccfcc1ed3b12669409f87900a139 Mon Sep 17 00:00:00 2001 From: Joost Date: Thu, 3 Jun 2021 11:35:52 +0200 Subject: [PATCH] improved rendering Colouring was also based on a field that has little meaning --- assets/themes/aed/aed_brugge.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/assets/themes/aed/aed_brugge.json b/assets/themes/aed/aed_brugge.json index 9fc844fce3..71860f7e80 100644 --- a/assets/themes/aed/aed_brugge.json +++ b/assets/themes/aed/aed_brugge.json @@ -31,15 +31,11 @@ ], "title": "AED in Brugse dataset", "icon": { - "render": "circle:green", + "render": "circle:red", "mappings": [ { "if": "_has_closeby_feature=yes", - "then": "circle:#ffff00aa" - }, - { - "if": "Status=oud", - "then": "circle:red" + "then": "circle:green" } ] },