From 5d2a19bc610eafef78fe095e2aee8f483894b636 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 4 Nov 2022 17:27:21 +0100 Subject: [PATCH] tweak map colors --- app/map_styles/polygon.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index af71d900..9c8980bb 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -331,8 +331,8 @@ [status] = "Approved" and [days_since_decision_date] >= 366 - - + + [status] = "Appeal In Progress" and [days_since_decision_date] < 366 @@ -355,15 +355,25 @@ - [status] = "Withdrawn" + [status] = "Withdrawn" and [days_since_registered_with_local_authority_date] < 366 - [status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn" + [status] = "Withdrawn" and [days_since_registered_with_local_authority_date] >= 366 + + + + + [status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn" and [days_since_registered_with_local_authority_date] < 366 + + [status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn" and [days_since_registered_with_local_authority_date] >= 366 + + +