Use more delicate colours in planning layer.
This commit is contained in:
parent
d2d54e6c94
commit
fa71dae61f
@ -316,19 +316,19 @@
|
|||||||
<Style name="planning_applications_status">
|
<Style name="planning_applications_status">
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Submitted"</Filter>
|
<Filter>[status] = "Submitted"</Filter>
|
||||||
<PolygonSymbolizer fill="#00ffff"/>
|
<PolygonSymbolizer fill="#53f5dd"/>
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Approved"</Filter>
|
<Filter>[status] = "Approved"</Filter>
|
||||||
<PolygonSymbolizer fill="#00ff00"/>
|
<PolygonSymbolizer fill="#16cf15"/>
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Appeal In Progress"</Filter>
|
<Filter>[status] = "Appeal In Progress"</Filter>
|
||||||
<PolygonSymbolizer fill="#ffff00"/>
|
<PolygonSymbolizer fill="#fff200"/>
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Refused"</Filter>
|
<Filter>[status] = "Refused"</Filter>
|
||||||
<PolygonSymbolizer fill="#ff0000"/>
|
<PolygonSymbolizer fill="#e31d23"/>
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[status] = "Withdrawn"</Filter>
|
<Filter>[status] = "Withdrawn"</Filter>
|
||||||
|
@ -173,10 +173,10 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
legend: {
|
legend: {
|
||||||
title: 'Planning applications',
|
title: 'Planning applications',
|
||||||
elements: [
|
elements: [
|
||||||
{ color: '#00ffff', text: 'Submitted' },
|
{ color: '#53f5dd', text: 'Submitted' },
|
||||||
{ color: '#00ff00', text: 'Approved' },
|
{ color: '#16cf15', text: 'Approved' },
|
||||||
{ color: '#ffff00', text: 'Appeal In Progress' },
|
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||||
{ color: '#ff0000', text: 'Refused' },
|
{ color: '#e31d23', text: 'Refused' },
|
||||||
{ color: '#999999', text: 'Withdrawn' },
|
{ color: '#999999', text: 'Withdrawn' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user