Update age map colour progression

This commit is contained in:
Maciej Ziarkowski 2020-02-10 21:09:03 +00:00
parent 3bd8ad85ae
commit 78315ed986
2 changed files with 11 additions and 10 deletions

View File

@ -146,19 +146,19 @@
</Rule>
<Rule>
<Filter>[date_year] &gt;= 1900 and [date_year] &lt; 1920</Filter>
<PolygonSymbolizer fill="#ba221c" />
<PolygonSymbolizer fill="#8f5385" />
</Rule>
<Rule>
<Filter>[date_year] &gt;= 1880 and [date_year] &lt; 1900</Filter>
<PolygonSymbolizer fill="#961259" />
<PolygonSymbolizer fill="#56619b" />
</Rule>
<Rule>
<Filter>[date_year] &gt;= 1860 and [date_year] &lt; 1880</Filter>
<PolygonSymbolizer fill="#4855a6" />
<PolygonSymbolizer fill="#5591d4" />
</Rule>
<Rule>
<Filter>[date_year] &gt;= 1840 and [date_year] &lt; 1860</Filter>
<PolygonSymbolizer fill="#8f5385" />
<PolygonSymbolizer fill="#6793b2" />
</Rule>
<Rule>
<Filter>[date_year] &gt;= 1800 and [date_year] &lt; 1840</Filter>
@ -171,6 +171,7 @@
<Rule>
<Filter>[date_year] &lt; 1700</Filter>
<PolygonSymbolizer fill="#ffffff" />
<LineSymbolizer stroke="#888888" />
</Rule>
</Style>
<Style name="conservation_area">

View File

@ -50,13 +50,13 @@ const LEGEND_CONFIG = {
{ color: '#fbaf27', text: '19601980' },
{ color: '#e6711d', text: '19401960' },
{ color: '#d73d3a', text: '19201940' },
{ color: '#ba221c', text: '19001920' },
{ color: '#961259', text: '18801900' },
{ color: '#4855a6', text: '18601880' },
{ color: '#8f5385', text: '18401860' },
{ color: '#83c3b3', text: '18001840' },
{ color: '#8F5385', text: '19001920' },
{ color: '#56619B', text: '18801900' },
{ color: '#5591d4', text: '18601880' },
{ color: '#6793B2', text: '18401860' },
{ color: '#83c3b3', text: '18001840' },
{ color: '#adc88f', text: '17001800' },
{ color: '#ffffff', text: '<1700' },
{ color: '#ffffff', border: '1px solid #888888', text: '<1700' },
]
},
size: {