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>
<Rule> <Rule>
<Filter>[planning_type] = "Grade II* Listed"</Filter> <Filter>[planning_type] = "Grade II* Listed"</Filter>
<PolygonSymbolizer fill="#e69800"/> <PolygonSymbolizer fill="#e75b42"/>
</Rule> </Rule>
<Rule> <Rule>
<Filter>[planning_type] = "Grade II Listed"</Filter> <Filter>[planning_type] = "Grade II Listed"</Filter>
<PolygonSymbolizer fill="#9ebbc9"/>
</Rule>
<Rule>
<Filter>[planning_type] = "Locally Listed"</Filter>
<PolygonSymbolizer fill="#ffbea1"/> <PolygonSymbolizer fill="#ffbea1"/>
</Rule> </Rule>
<Rule>
<Filter>[planning_type] = "Locally Listed"</Filter>
<PolygonSymbolizer fill="#858ed4"/>
</Rule>
<Rule> <Rule>
<Filter>[planning_type] = "Scheduled Monument"</Filter> <Filter>[planning_type] = "Scheduled Monument"</Filter>
<PolygonSymbolizer fill="#aaaaaa"/> <PolygonSymbolizer fill="#ffe59b"/>
<LineSymbolizer stroke="#eeeeee" />
</Rule> </Rule>
<Rule> <Rule>
<Filter>[planning_type] = "In Conservation Area"</Filter> <Filter>[planning_type] = "In Conservation Area"</Filter>
<PolygonSymbolizer fill="#ffffff"/> <PolygonSymbolizer fill="#95beba"/>
<LineSymbolizer />
</Rule> </Rule>
</Style> </Style>
<Style name="sust_dec"> <Style name="sust_dec">

View File

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