Finish rename

This commit is contained in:
Mateusz Konieczny 2022-01-17 19:03:22 +01:00
parent f97fba7f3d
commit c30c3b6e1c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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' }
] ]
}, },
}], }],