Add test colours for planning

This commit is contained in:
Maciej Ziarkowski 2020-02-10 22:51:22 +00:00
parent 63c6c77796
commit 84e4d80b3e
2 changed files with 12 additions and 14 deletions

View File

@ -186,25 +186,23 @@
</Rule>
<Rule>
<Filter>[planning_type] = "Grade II* Listed"</Filter>
<PolygonSymbolizer fill="#e69800"/>
<PolygonSymbolizer fill="#e75b42"/>
</Rule>
<Rule>
<Filter>[planning_type] = "Grade II Listed"</Filter>
<PolygonSymbolizer fill="#9ebbc9"/>
</Rule>
<Rule>
<Filter>[planning_type] = "Locally Listed"</Filter>
<PolygonSymbolizer fill="#ffbea1"/>
</Rule>
<Rule>
<Filter>[planning_type] = "Locally Listed"</Filter>
<PolygonSymbolizer fill="#858ed4"/>
</Rule>
<Rule>
<Filter>[planning_type] = "Scheduled Monument"</Filter>
<PolygonSymbolizer fill="#aaaaaa"/>
<LineSymbolizer stroke="#eeeeee" />
<PolygonSymbolizer fill="#ffe59b"/>
</Rule>
<Rule>
<Filter>[planning_type] = "In Conservation Area"</Filter>
<PolygonSymbolizer fill="#ffffff"/>
<LineSymbolizer />
<PolygonSymbolizer fill="#95beba"/>
</Rule>
</Style>
<Style name="sust_dec">

View File

@ -101,11 +101,11 @@ const LEGEND_CONFIG = {
title: 'Planning',
elements: [
{ color: '#c72e08', text: 'Grade I listed'},
{ color: '#e69800', text: 'Grade II* listed'},
{ color: '#9ebbc9', text: 'Grade II listed'},
{ color: '#ffbea1', text: 'Locally listed'},
{ color: '#aaaaaa', border: '1px solid #ffffff', text: 'Scheduled monument'},
{ color: '#eeeeee', border: '1px solid #000000', text: 'In conservation area'}
{ color: '#e75b42', text: 'Grade II* listed'},
{ color: '#ffbea1', text: 'Grade II listed'},
{ color: '#ffe59b', text: 'Scheduled monument'},
{ color: '#858ed4', text: 'Locally listed'},
{ color: '#95beba', text: 'In conservation area'}
]
},
community: {