Test Changing the Land use menu

This commit is contained in:
Alireza Adli 2023-09-21 14:58:30 -04:00
parent 1630253b2d
commit 89885fb83e

View File

@ -430,9 +430,9 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{ {
mapStyle: 'is_domestic', mapStyle: 'is_domestic',
legend: { legend: {
title: 'Residential building', title: 'Test MTL', //Residential building
elements: [ elements: [
{ color: '#f7ec25', text: 'Residential' }, { color: '#f7ec25', text: 'Test' }, //Residential
{ color: '#fc9b2a', text: 'Mixed' }, { color: '#fc9b2a', text: 'Mixed' },
{ color: '#ff2121', text: 'Non-residential' }, { color: '#ff2121', text: 'Non-residential' },
] ]