new Withdrawn styling
This commit is contained in:
parent
ad51f3433e
commit
418b03ada1
@ -389,13 +389,8 @@
|
|||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Withdrawn"</Filter>
|
<Filter>[status] = "Withdrawn"</Filter>
|
||||||
<PolygonSymbolizer fill="#999999"/>
|
<PolygonSymbolizer fill="#546083"/>
|
||||||
<LineSymbolizer stroke="#999999" stroke-width="1.75" />
|
<LineSymbolizer stroke="#546083" stroke-width="1.75" />
|
||||||
</Rule>
|
|
||||||
<Rule>
|
|
||||||
<Filter>[status] = "Withdrawn"</Filter>
|
|
||||||
<PolygonSymbolizer fill="#262626"/>
|
|
||||||
<LineSymbolizer stroke="#262626" stroke-width="1.75" />
|
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn"</Filter>
|
<Filter>[status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn"</Filter>
|
||||||
@ -426,8 +421,8 @@
|
|||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Withdrawn" and [days_since_registered_with_local_authority_date] < 366</Filter>
|
<Filter>[status] = "Withdrawn" and [days_since_registered_with_local_authority_date] < 366</Filter>
|
||||||
<PolygonSymbolizer fill="#999999"/>
|
<PolygonSymbolizer fill="#546083"/>
|
||||||
<LineSymbolizer stroke="#999999" stroke-width="1.75" />
|
<LineSymbolizer stroke="#546083" stroke-width="1.75" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[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</Filter>
|
<Filter>[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</Filter>
|
||||||
@ -458,8 +453,8 @@
|
|||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Withdrawn" and [days_since_registered_with_local_authority_date] <= 30</Filter>
|
<Filter>[status] = "Withdrawn" and [days_since_registered_with_local_authority_date] <= 30</Filter>
|
||||||
<PolygonSymbolizer fill="#999999"/>
|
<PolygonSymbolizer fill="#546083"/>
|
||||||
<LineSymbolizer stroke="#999999" stroke-width="1.75" />
|
<LineSymbolizer stroke="#546083" stroke-width="1.75" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn" and [days_since_registered_with_local_authority_date] <= 30</Filter>
|
<Filter>[status] != "Submitted" and [status] != "Approved" and [status] != "Appeal In Progress" and [status] != "Rejected" and [status] != "Withdrawn" and [days_since_registered_with_local_authority_date] <= 30</Filter>
|
||||||
|
@ -181,7 +181,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||||
{ color: '#16cf15', text: 'Approved' },
|
{ color: '#16cf15', text: 'Approved' },
|
||||||
{ color: '#e31d23', text: 'Rejected' },
|
{ color: '#e31d23', text: 'Rejected' },
|
||||||
{ color: '#999999', text: 'Withdrawn' },
|
{ color: '#546083', text: 'Withdrawn' },
|
||||||
{ color: '#eacad0', text: 'Other' },
|
{ color: '#eacad0', text: 'Other' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -196,7 +196,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||||
{ color: '#16cf15', text: 'Approved' },
|
{ color: '#16cf15', text: 'Approved' },
|
||||||
{ color: '#e31d23', text: 'Rejected' },
|
{ color: '#e31d23', text: 'Rejected' },
|
||||||
{ color: '#999999', text: 'Withdrawn' },
|
{ color: '#546083', text: 'Withdrawn' },
|
||||||
{ color: '#eacad0', text: 'Other' },
|
{ color: '#eacad0', text: 'Other' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -211,7 +211,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||||
{ color: '#16cf15', text: 'Approved' },
|
{ color: '#16cf15', text: 'Approved' },
|
||||||
{ color: '#e31d23', text: 'Rejected' },
|
{ color: '#e31d23', text: 'Rejected' },
|
||||||
{ color: '#999999', text: 'Withdrawn' },
|
{ color: '#546083', text: 'Withdrawn' },
|
||||||
{ color: '#eacad0', text: 'Other' },
|
{ color: '#eacad0', text: 'Other' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user