Update Land Use Key

Change order and rename "Domestic Building" option
This commit is contained in:
Mike Simpson 2023-04-14 12:57:09 +01:00
parent 8d15cf8adf
commit 24705ece30

View File

@ -312,17 +312,6 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
}, },
}], }],
[Category.LandUse]: [ [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', mapStyle: 'landuse',
legend: { legend: {
@ -345,6 +334,17 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{ color: '#6c6f8e', text: 'Unclassified, presumed non-residential' } { 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]: [{ [Category.Streetscape]: [{