Changed in the wrong file!

This commit is contained in:
Mike Simpson 2023-07-26 15:36:01 +01:00
parent 81072ff1c9
commit 30300a76cb
2 changed files with 18 additions and 18 deletions

View File

@ -305,15 +305,15 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
legend: { legend: {
title: 'Typology classification', title: 'Typology classification',
elements: [ elements: [
{ color: '#002C7C', text: 'Low-rise: Not part of a group/cluster (1-3 core floors- excluding extensions)' }, { color: '#002C7C', text: '1-3 storeys: Detached' },
{ color: '#006FA4', text: 'Low-rise: Part of dense block/row/terrace' }, { color: '#006FA4', text: '1-3 storeys: Tightly grouped' },
{ color: '#00B2CB', text: 'Low-rise: Part of group of widely spaced blocks (includes semi-detached houses)' }, { color: '#00B2CB', text: '1-3 storeys: Loosely grouped' },
{ color: '#FF5D00', text: 'Mid-rise: Not part of a group/cluster (4-7 core floors)' }, { color: '#FF5D00', text: '4-7 storeys: Detached' },
{ color: '#FF8000', text: 'Mid-rise: Part of group of densely spaced blocks' }, { color: '#FF8000', text: '4-7 storeys: Tightly grouped' },
{ color: '#FFA200', text: 'Mid-rise: Part of group of widely spaced blocks' }, { color: '#FFA200', text: '4-7 storeys: Loosely grouped' },
{ color: '#580C04', text: 'High rise: Not part of a group/cluster' }, { color: '#580C04', text: '8+ storeys: Detached' },
{ color: '#AA1E0E', text: 'High-rise: Part of group of densely spaced blocks (8 + core floors)' }, { color: '#AA1E0E', text: '8+ storeys: Tightly grouped' },
{ color: '#FB2F18', text: 'High-rise: Part of group of widely spaced blocks' }, { color: '#FB2F18', text: '8+ storeys: Loosely grouped' },
] ]
} }
}, },

View File

@ -1470,15 +1470,15 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
tooltip: "HINT: Adapted from building type classifications developed in urban morphology. See <a href=\"https://www.smog.chalmers.se/\">https://www.smog.chalmers.se/</a> 'Space Matrix' for further information.", tooltip: "HINT: Adapted from building type classifications developed in urban morphology. See <a href=\"https://www.smog.chalmers.se/\">https://www.smog.chalmers.se/</a> 'Space Matrix' for further information.",
example: "8+ storeys: Detached", example: "8+ storeys: Detached",
items: [ items: [
'1-3 storeys: Detached', 'Low-rise: Not part of a group/cluster (1-3 core floors- excluding extensions)',
'1-3 storeys: Tightly grouped', 'Low-rise: Part of dense block/row/terrace',
'1-3 storeys: Loosely grouped', 'Low-rise: Part of group of widely spaced blocks (includes semi-detached houses)',
'4-7 storeys: Detached', 'Mid-rise: Not part of a group/cluster (4-7 core floors)',
'4-7 storeys: Tightly grouped', 'Mid-rise: Part of group of densely spaced blocks',
'4-7 storeys: Loosely grouped', 'Mid-rise: Part of group of widely spaced blocks',
'8+ storeys: Detached', 'High rise: Not part of a group/cluster',
'8+ storeys: Tightly grouped', 'High-rise: Part of group of densely spaced blocks (8 + core floors)',
'8+ storeys: Loosely grouped', 'High-rise: Part of group of widely spaced blocks',
] ]
}, },
typology_classification_source_type: { typology_classification_source_type: {