From 246ab7a5902113ce00641905d0743557d4baedb1 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 7 Dec 2022 13:11:47 +0100 Subject: [PATCH 1/2] 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' } ] From a6d2bc3bf4020db56ef22efa598bf039a7cc5eaa Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 12 Dec 2022 13:04:56 +0100 Subject: [PATCH 2/2] swap colours so rare case will use problematic blue There is a plan by Polly to review colours in geenral, but until this happens it is preferable to use problematic one for buildings likely to be rare Blues are problematic as building selection is less visible and there are multiple blues close to each other --- app/map_styles/polygon.xml | 4 ++-- app/src/frontend/config/category-maps-config.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index d382e944..e5ab3ef9 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -597,7 +597,7 @@