parent
214b82c465
commit
5018a8e9ef
@ -975,40 +975,40 @@
|
|||||||
</Style>
|
</Style>
|
||||||
<Style name="typology_classification">
|
<Style name="typology_classification">
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "Low-rise: Not part of a group/cluster (1-3 core floors- excluding extensions)"</Filter>
|
<Filter>[typology_classification] = "1-3 storeys: Detached"</Filter>
|
||||||
<PolygonSymbolizer fill="#F2E5FF" />
|
<PolygonSymbolizer fill="#002C7C" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "Low-rise: Part of dense block/row/terrace"</Filter>
|
<Filter>[typology_classification] = "1-3 storeys: Tightly grouped"</Filter>
|
||||||
<PolygonSymbolizer fill="#CBABEA" />
|
<PolygonSymbolizer fill="#006FA4" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "Low-rise: Part of group of widely spaced blocks (includes semi-detached houses)"</Filter>
|
<Filter>[typology_classification] = "1-3 storeys: Loosely grouped"</Filter>
|
||||||
<PolygonSymbolizer fill="#A272D4" />
|
<PolygonSymbolizer fill="#00B2CB" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "Mid-rise: Not part of a group/cluster (4-7 core floors)"</Filter>
|
<Filter>[typology_classification] = "4-7 storeys: Detached"</Filter>
|
||||||
<PolygonSymbolizer fill="#7939BE" />
|
<PolygonSymbolizer fill="#FF5D00" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "Mid-rise: Part of group of densely spaced blocks"</Filter>
|
<Filter>[typology_classification] = "4-7 storeys: Tightly grouped"</Filter>
|
||||||
<PolygonSymbolizer fill="#5000A8" />
|
<PolygonSymbolizer fill="#FF8000" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "Mid-rise: Part of group of widely spaced blocks"</Filter>
|
<Filter>[typology_classification] = "4-7 storeys: Loosely grouped"</Filter>
|
||||||
<PolygonSymbolizer fill="#3F0086" />
|
<PolygonSymbolizer fill="#FFA200" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "High rise: Not part of a group/cluster"</Filter>
|
<Filter>[typology_classification] = "8+ storeys: Detached"</Filter>
|
||||||
<PolygonSymbolizer fill="#2E0062" />
|
<PolygonSymbolizer fill="#580C04" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "High-rise: Part of group of densely spaced blocks (8 + core floors)"</Filter>
|
<Filter>[typology_classification] = "8+ storeys: Tightly grouped"</Filter>
|
||||||
<PolygonSymbolizer fill="#1D003E" />
|
<PolygonSymbolizer fill="#AA1E0E" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<Rule>
|
<Rule>
|
||||||
<Filter>[typology_classification] = "High-rise: Part of group of widely spaced blocks"</Filter>
|
<Filter>[typology_classification] = "8+ storeys: Loosely grouped"</Filter>
|
||||||
<PolygonSymbolizer fill="#0C001A" />
|
<PolygonSymbolizer fill="#FB2F18" />
|
||||||
</Rule>
|
</Rule>
|
||||||
|
|
||||||
<Rule>
|
<Rule>
|
||||||
|
@ -305,15 +305,15 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
legend: {
|
legend: {
|
||||||
title: 'Typology classification',
|
title: 'Typology classification',
|
||||||
elements: [
|
elements: [
|
||||||
{ color: '#F2E5FF', text: 'Low-rise: Not part of a group/cluster (1-3 core floors- excluding extensions)' },
|
{ color: '#002C7C', text: '1-3 storeys: Detached' },
|
||||||
{ color: '#CBABEA', text: 'Low-rise: Part of dense block/row/terrace' },
|
{ color: '#006FA4', text: '1-3 storeys: Tightly grouped' },
|
||||||
{ color: '#A272D4', text: 'Low-rise: Part of group of widely spaced blocks (includes semi-detached houses)' },
|
{ color: '#00B2CB', text: '1-3 storeys: Loosely grouped' },
|
||||||
{ color: '#7939BE', text: 'Mid-rise: Not part of a group/cluster (4-7 core floors)' },
|
{ color: '#FF5D00', text: '4-7 storeys: Detached' },
|
||||||
{ color: '#5000A8', text: 'Mid-rise: Part of group of densely spaced blocks' },
|
{ color: '#FF8000', text: '4-7 storeys: Tightly grouped' },
|
||||||
{ color: '#3F0086', text: 'Mid-rise: Part of group of widely spaced blocks' },
|
{ color: '#FFA200', text: '4-7 storeys: Loosely grouped' },
|
||||||
{ color: '#2E0062', text: 'High rise: Not part of a group/cluster' },
|
{ color: '#580C04', text: '8+ storeys: Detached' },
|
||||||
{ color: '#1D003E', text: 'High-rise: Part of group of densely spaced blocks (8 + core floors)' },
|
{ color: '#AA1E0E', text: '8+ storeys: Tightly grouped' },
|
||||||
{ color: '#0C001A', text: 'High-rise: Part of group of widely spaced blocks' },
|
{ color: '#FB2F18', text: '8+ storeys: Loosely grouped' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1468,17 +1468,17 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
category: Category.Typology,
|
category: Category.Typology,
|
||||||
title: "Which description best suits the building and its context?",
|
title: "Which description best suits the building and its context?",
|
||||||
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: "High rise: Not part of a group/cluster",
|
example: "8+ storeys: Detached",
|
||||||
items: [
|
items: [
|
||||||
'Low-rise: Not part of a group/cluster (1-3 core floors- excluding extensions)',
|
'1-3 storeys: Detached',
|
||||||
'Low-rise: Part of dense block/row/terrace',
|
'1-3 storeys: Tightly grouped',
|
||||||
'Low-rise: Part of group of widely spaced blocks (includes semi-detached houses)',
|
'1-3 storeys: Loosely grouped',
|
||||||
'Mid-rise: Not part of a group/cluster (4-7 core floors)',
|
'4-7 storeys: Detached',
|
||||||
'Mid-rise: Part of group of densely spaced blocks',
|
'4-7 storeys: Tightly grouped',
|
||||||
'Mid-rise: Part of group of widely spaced blocks',
|
'4-7 storeys: Loosely grouped',
|
||||||
'High rise: Not part of a group/cluster',
|
'8+ storeys: Detached',
|
||||||
'High-rise: Part of group of densely spaced blocks (8 + core floors)',
|
'8+ storeys: Tightly grouped',
|
||||||
'High-rise: Part of group of widely spaced blocks',
|
'8+ storeys: Loosely grouped',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
typology_classification_source_type: {
|
typology_classification_source_type: {
|
||||||
@ -1498,7 +1498,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
category: Category.Typology,
|
category: Category.Typology,
|
||||||
title: "Which description best suits the building's architectural style/historical period?",
|
title: "Which description best suits the building's architectural style/historical period?",
|
||||||
tooltip: "",
|
tooltip: "",
|
||||||
example: "High rise: Not part of a group/cluster",
|
example: "Georgian (1714-1837)",
|
||||||
items: [
|
items: [
|
||||||
'Roman (43AD-410)',
|
'Roman (43AD-410)',
|
||||||
'Medieval (410-1485)',
|
'Medieval (410-1485)',
|
||||||
@ -1531,7 +1531,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
category: Category.Typology,
|
category: Category.Typology,
|
||||||
title: "Which description best suits the building's plot?",
|
title: "Which description best suits the building's plot?",
|
||||||
tooltip: "HINT: Based on a dynamic classification system for urban tissue developed by Brenda Case Scheer. For further information see: <a href=\"https://www.researchgate.net/publication/242150847_The_Anatomy_of_Sprawl\">https://www.researchgate.net/publication/242150847_The_Anatomy_of_Sprawl</a>.",
|
tooltip: "HINT: Based on a dynamic classification system for urban tissue developed by Brenda Case Scheer. For further information see: <a href=\"https://www.researchgate.net/publication/242150847_The_Anatomy_of_Sprawl\">https://www.researchgate.net/publication/242150847_The_Anatomy_of_Sprawl</a>.",
|
||||||
example: "High rise: Not part of a group/cluster",
|
example: "Large plots with internal roads",
|
||||||
items: [
|
items: [
|
||||||
'Repetitive small, domestic plots',
|
'Repetitive small, domestic plots',
|
||||||
'High streets/linear non-domestic',
|
'High streets/linear non-domestic',
|
||||||
|
Loading…
Reference in New Issue
Block a user