From 246ab7a5902113ce00641905d0743557d4baedb1 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 7 Dec 2022 13:11:47 +0100 Subject: [PATCH] Tweak colour for mineral buildings was almost exactly the same as an active outline --- app/map_styles/polygon.xml | 2 +- app/src/frontend/config/category-maps-config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' } ]