Finish rename
This commit is contained in:
parent
f97fba7f3d
commit
c30c3b6e1c
@ -518,7 +518,7 @@
|
|||||||
<PolygonSymbolizer fill="#53f5dd" />
|
<PolygonSymbolizer fill="#53f5dd" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[current_landuse_order] = "Unknown buildings"</Filter>
|
<Filter>[current_landuse_order] = "Unclassified buildings"</Filter>
|
||||||
<PolygonSymbolizer fill="#6c6f8e" />
|
<PolygonSymbolizer fill="#6c6f8e" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
|
@ -204,7 +204,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
{ color: '#fa667d', text: 'Agriculture' },
|
{ color: '#fa667d', text: 'Agriculture' },
|
||||||
{ color: '#53f5dd', text: 'Minerals' },
|
{ color: '#53f5dd', text: 'Minerals' },
|
||||||
{ color: '#ffffff', text: 'Vacant & Derelict' },
|
{ color: '#ffffff', text: 'Vacant & Derelict' },
|
||||||
{ color: '#6c6f8e', text: 'Unknown buildings' }
|
{ color: '#6c6f8e', text: 'Unclassified buildings' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
Loading…
Reference in New Issue
Block a user