From 89885fb83ed18ba9b582ed12e5100873d4cdfd44 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 21 Sep 2023 14:58:30 -0400 Subject: [PATCH] Test Changing the Land use menu --- app/src/frontend/config/category-maps-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index ab62917d..08303795 100644 --- a/app/src/frontend/config/category-maps-config.ts +++ b/app/src/frontend/config/category-maps-config.ts @@ -430,9 +430,9 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = { mapStyle: 'is_domestic', legend: { - title: 'Residential building', + title: 'Test MTL', //Residential building elements: [ - { color: '#f7ec25', text: 'Residential' }, + { color: '#f7ec25', text: 'Test' }, //Residential { color: '#fc9b2a', text: 'Mixed' }, { color: '#ff2121', text: 'Non-residential' }, ]