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
+
+
+