diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index f6f3fd60..d382e944 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -601,7 +601,7 @@ [current_landuse_order] = "Minerals" - + [current_landuse_order] = "Unclassified, presumed non-residential" diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index 5b790b24..e178e9d3 100644 --- a/app/src/frontend/config/category-maps-config.ts +++ b/app/src/frontend/config/category-maps-config.ts @@ -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' } ]