Merge pull request #1003 from matkoniecz/feature/mineral_colour
Tweak colour for mineral buildings
This commit is contained in:
commit
00c926fd68
@ -601,7 +601,7 @@
|
|||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[current_landuse_order] = "Minerals"</Filter>
|
<Filter>[current_landuse_order] = "Minerals"</Filter>
|
||||||
<PolygonSymbolizer fill="#53f5dd" />
|
<PolygonSymbolizer fill="#45cce3" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[current_landuse_order] = "Unclassified, presumed non-residential"</Filter>
|
<Filter>[current_landuse_order] = "Unclassified, presumed non-residential"</Filter>
|
||||||
|
@ -229,7 +229,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
{ color: '#cccccc', text: 'Utilities & Infrastructure' },
|
{ color: '#cccccc', text: 'Utilities & Infrastructure' },
|
||||||
{ color: '#898944', text: 'Defence' },
|
{ color: '#898944', text: 'Defence' },
|
||||||
{ color: '#fa667d', text: 'Agriculture' },
|
{ color: '#fa667d', text: 'Agriculture' },
|
||||||
{ color: '#53f5dd', text: 'Minerals' },
|
{ color: '#45cce3', text: 'Minerals' },
|
||||||
{ color: '#ffffff', text: 'Vacant & Derelict' },
|
{ color: '#ffffff', text: 'Vacant & Derelict' },
|
||||||
{ color: '#6c6f8e', text: 'Unclassified, presumed non-residential' }
|
{ color: '#6c6f8e', text: 'Unclassified, presumed non-residential' }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user