Nudge location colour scale darker
This commit is contained in:
parent
3be82bdf11
commit
b504b8f5ae
@ -42,24 +42,24 @@
|
|||||||
</Style>
|
</Style>
|
||||||
<Style name="location_info_count">
|
<Style name="location_info_count">
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[location_info_count] > 0 and [location_info_count] < 2</Filter>
|
<Filter>[location_info_count] >= 8</Filter>
|
||||||
<PolygonSymbolizer fill="#f0f9e8" />
|
<PolygonSymbolizer fill="#084081" />
|
||||||
</Rule>
|
|
||||||
<Rule>
|
|
||||||
<Filter>[location_info_count] >= 2 and [location_info_count] < 4</Filter>
|
|
||||||
<PolygonSymbolizer fill="#bae4bc" />
|
|
||||||
</Rule>
|
|
||||||
<Rule>
|
|
||||||
<Filter>[location_info_count] >= 4 and [location_info_count] < 6</Filter>
|
|
||||||
<PolygonSymbolizer fill="#7bccc4" />
|
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[location_info_count] >= 6 and [location_info_count] < 8</Filter>
|
<Filter>[location_info_count] >= 6 and [location_info_count] < 8</Filter>
|
||||||
|
<PolygonSymbolizer fill="#0868ac" />
|
||||||
|
</Rule>
|
||||||
|
<Rule>
|
||||||
|
<Filter>[location_info_count] >= 4 and [location_info_count] < 6</Filter>
|
||||||
<PolygonSymbolizer fill="#43a2ca" />
|
<PolygonSymbolizer fill="#43a2ca" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[location_info_count] >= 8</Filter>
|
<Filter>[location_info_count] >= 2 and [location_info_count] < 4</Filter>
|
||||||
<PolygonSymbolizer fill="#0868ac" />
|
<PolygonSymbolizer fill="#7bccc4" />
|
||||||
|
</Rule>
|
||||||
|
<Rule>
|
||||||
|
<Filter>[location_info_count] > 0 and [location_info_count] < 2</Filter>
|
||||||
|
<PolygonSymbolizer fill="#bae4bc" />
|
||||||
</Rule>
|
</Rule>
|
||||||
</Style>
|
</Style>
|
||||||
<Style name="size_storeys">
|
<Style name="size_storeys">
|
||||||
|
@ -8,11 +8,11 @@ const LEGEND_CONFIG = {
|
|||||||
title: "Location",
|
title: "Location",
|
||||||
description: "% data collected",
|
description: "% data collected",
|
||||||
elements: [
|
elements: [
|
||||||
{ color: '#0868ac', text: '≥80%' },
|
{ color: '#084081', text: '≥80%' },
|
||||||
{ color: '#43a2ca', text: '60–80%' },
|
{ color: '#0868ac', text: '60–80%' },
|
||||||
{ color: '#7bccc4', text: '40–60%' },
|
{ color: '#43a2ca', text: '40–60%' },
|
||||||
{ color: '#bae4bc', text: '20–40%' },
|
{ color: '#7bccc4', text: '20–40%' },
|
||||||
{ color: '#f0f9e8', text: '<20%' }
|
{ color: '#bae4bc', text: '<20%' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
age: {
|
age: {
|
||||||
|
Loading…
Reference in New Issue
Block a user