better colours
no longer clashing with selection outline
This commit is contained in:
parent
d191326d3f
commit
b9d98f069b
@ -316,8 +316,8 @@
|
||||
<Style name="planning_applications_status_all">
|
||||
<Rule>
|
||||
<Filter>[status] = "Submitted"</Filter>
|
||||
<PolygonSymbolizer fill="#53f5dd"/>
|
||||
<LineSymbolizer stroke="#53f5dd" stroke-width="1.75" />
|
||||
<PolygonSymbolizer fill="#2a7aee"/>
|
||||
<LineSymbolizer stroke="#2a7aee" stroke-width="1.75" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Approved"</Filter>
|
||||
@ -353,8 +353,8 @@
|
||||
<Style name="planning_applications_status_recent">
|
||||
<Rule>
|
||||
<Filter>[status] = "Submitted" and [days_since_registered_with_local_authority_date] < 366</Filter>
|
||||
<PolygonSymbolizer fill="#53f5dd"/>
|
||||
<LineSymbolizer stroke="#53f5dd" stroke-width="1.75" />
|
||||
<PolygonSymbolizer fill="#2a7aee"/>
|
||||
<LineSymbolizer stroke="#2a7aee" stroke-width="1.75" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Approved" and [days_since_decision_date] < 366</Filter>
|
||||
@ -385,8 +385,8 @@
|
||||
<Style name="planning_applications_status_very_recent">
|
||||
<Rule>
|
||||
<Filter>[status] = "Submitted" and [days_since_registered_with_local_authority_date] <= 30</Filter>
|
||||
<PolygonSymbolizer fill="#53f5dd"/>
|
||||
<LineSymbolizer stroke="#53f5dd" stroke-width="1.75" />
|
||||
<PolygonSymbolizer fill="#2a7aee"/>
|
||||
<LineSymbolizer stroke="#2a7aee" stroke-width="1.75" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Approved" and [days_since_decision_date] <= 30</Filter>
|
||||
|
@ -177,7 +177,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
title: 'All planning applications available from GLA (official data)',
|
||||
disclaimer: 'The map shows official data available from the GLA Planning London Datahub. What you are looking at is mainly applications from 2019 onwards.',
|
||||
elements: [
|
||||
{ color: '#53f5dd', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#2a7aee', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||
{ color: '#16cf15', text: 'Approved' },
|
||||
{ color: '#e31d23', text: 'Rejected' },
|
||||
@ -192,7 +192,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
title: 'Last 12 months - planning applications submissions/decisions (official data)',
|
||||
disclaimer: 'The map shows applications where the submission or decision data falls within last 12 months.',
|
||||
elements: [
|
||||
{ color: '#53f5dd', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#2a7aee', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||
{ color: '#16cf15', text: 'Approved' },
|
||||
{ color: '#e31d23', text: 'Rejected' },
|
||||
@ -207,7 +207,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
title: 'Last 30 days - planning applications submissions/decisions (official data)',
|
||||
disclaimer: 'The map shows applications where the submission or decision data falls within last 30 days.',
|
||||
elements: [
|
||||
{ color: '#53f5dd', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#2a7aee', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||
{ color: '#16cf15', text: 'Approved' },
|
||||
{ color: '#e31d23', text: 'Rejected' },
|
||||
|
Loading…
Reference in New Issue
Block a user