more consistent intendation

This commit is contained in:
Mateusz Konieczny 2022-11-21 10:09:11 +01:00
parent 58e6625790
commit 5ba6e270f2

View File

@ -255,22 +255,23 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
} }
}, },
{ {
mapStyle: 'planning_combined', mapStyle: 'planning_combined',
legend: { legend: {
title: 'Designation/protection', title: 'Designation/protection',
disclaimer: 'All data relating to designated buildings should be checked on the National Heritage List for England or local authority websites where used for planning or development purposes', disclaimer: 'All data relating to designated buildings should be checked on the National Heritage List for England or local authority websites where used for planning or development purposes',
elements: [ elements: [
{ color: '#95beba', text: 'In Conservation Area'}, { color: '#95beba', text: 'In Conservation Area'},
{ color: '#c72e08', text: 'Grade I Listed'}, { color: '#c72e08', text: 'Grade I Listed'},
{ color: '#e75b42', text: 'Grade II* Listed'}, { color: '#e75b42', text: 'Grade II* Listed'},
{ color: '#ffbea1', text: 'Grade II Listed'}, { color: '#ffbea1', text: 'Grade II Listed'},
{ color: '#85ffd4', text: 'Heritage at Risk'}, { color: '#85ffd4', text: 'Heritage at Risk'},
{ color: '#858ed4', text: 'Locally Listed'}, { color: '#858ed4', text: 'Locally Listed'},
{ color: '#858eff', text: 'In World Heritage Site'}, { color: '#858eff', text: 'In World Heritage Site'},
{ color: '#8500d4', text: 'In Archaeological Priority Area'}, { color: '#8500d4', text: 'In Archaeological Priority Area'},
] ]
}, },
}], }
],
[Category.Sustainability]: [{ [Category.Sustainability]: [{
mapStyle: 'sust_dec', mapStyle: 'sust_dec',
legend: { legend: {