From 24705ece30a6c76edc9e94a57e72ccc627a20706 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Fri, 14 Apr 2023 12:57:09 +0100 Subject: [PATCH] Update Land Use Key Change order and rename "Domestic Building" option --- .../frontend/config/category-maps-config.ts | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index 15792762..3855234a 100644 --- a/app/src/frontend/config/category-maps-config.ts +++ b/app/src/frontend/config/category-maps-config.ts @@ -312,17 +312,6 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = }, }], [Category.LandUse]: [ - { - mapStyle: 'is_domestic', - legend: { - title: 'Is domestic building?', - elements: [ - { color: '#f7ec25', text: 'Domestic' }, - { color: '#fc9b2a', text: 'Mixed' }, - { color: '#ff2121', text: 'Non-domestic' }, - ] - } - }, { mapStyle: 'landuse', legend: { @@ -345,6 +334,17 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = { color: '#6c6f8e', text: 'Unclassified, presumed non-residential' } ] }, + }, + { + mapStyle: 'is_domestic', + legend: { + title: 'Domestic building', + elements: [ + { color: '#f7ec25', text: 'Domestic' }, + { color: '#fc9b2a', text: 'Mixed' }, + { color: '#ff2121', text: 'Non-domestic' }, + ] + } } ], [Category.Streetscape]: [{