Merge pull request #1003 from matkoniecz/feature/mineral_colour

Tweak colour for mineral buildings
This commit is contained in:
Mike Simpson 2022-12-07 12:15:49 +00:00 committed by GitHub
commit 00c926fd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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' }
]