Merge branch 'master' into colouring-core

This commit is contained in:
Mike Simpson 2022-12-20 10:50:57 +00:00
commit 5fc0b66bb3
2 changed files with 2 additions and 2 deletions

View File

@ -601,7 +601,7 @@
</Rule>
<Rule>
<Filter>[current_landuse_order] = "Minerals"</Filter>
<PolygonSymbolizer fill="#53f5dd" />
<PolygonSymbolizer fill="#45cce3" />
</Rule>
<Rule>
<Filter>[current_landuse_order] = "Unclassified, presumed non-residential"</Filter>

View File

@ -229,7 +229,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{ color: '#cccccc', text: 'Utilities & Infrastructure' },
{ color: '#898944', text: 'Defence' },
{ color: '#fa667d', text: 'Agriculture' },
{ color: '#53f5dd', text: 'Minerals' },
{ color: '#45cce3', text: 'Minerals' },
{ color: '#ffffff', text: 'Vacant & Derelict' },
{ color: '#6c6f8e', text: 'Unclassified, presumed non-residential' }
]