switch blue to purple for submitted applications
blue, even dark one, was too similar to building selection marker
This commit is contained in:
parent
3400eeb30c
commit
e59973e1cb
@ -321,8 +321,8 @@
|
||||
<Style name="planning_applications_status_all">
|
||||
<Rule>
|
||||
<Filter>[status] = "Submitted"</Filter>
|
||||
<PolygonSymbolizer fill="#2a7aee"/>
|
||||
<LineSymbolizer stroke="#2a7aee" stroke-width="1.75" />
|
||||
<PolygonSymbolizer fill="#800080"/>
|
||||
<LineSymbolizer stroke="#800080" stroke-width="1.75" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Approved"</Filter>
|
||||
@ -358,8 +358,8 @@
|
||||
<Style name="planning_applications_status_recent">
|
||||
<Rule>
|
||||
<Filter>[status] = "Submitted" and [days_since_registered_with_local_authority_date] < 366</Filter>
|
||||
<PolygonSymbolizer fill="#2a7aee"/>
|
||||
<LineSymbolizer stroke="#2a7aee" stroke-width="1.75" />
|
||||
<PolygonSymbolizer fill="#800080"/>
|
||||
<LineSymbolizer stroke="#800080" stroke-width="1.75" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Approved" and [days_since_decision_date] < 366</Filter>
|
||||
@ -390,8 +390,8 @@
|
||||
<Style name="planning_applications_status_very_recent">
|
||||
<Rule>
|
||||
<Filter>[status] = "Submitted" and [days_since_registered_with_local_authority_date] <= 30</Filter>
|
||||
<PolygonSymbolizer fill="#2a7aee"/>
|
||||
<LineSymbolizer stroke="#2a7aee" stroke-width="1.75" />
|
||||
<PolygonSymbolizer fill="#800080"/>
|
||||
<LineSymbolizer stroke="#800080" 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: '#2a7aee', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#800080', 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: '#2a7aee', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#800080', 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: '#2a7aee', text: 'Submitted, awaiting decision' },
|
||||
{ color: '#800080', 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