Changes to Dynamic classification subcategory

This commit is contained in:
Mike Simpson 2023-07-26 13:54:57 +01:00
parent b55617aaae
commit 214b82c465
4 changed files with 10 additions and 10 deletions

View File

@ -1085,15 +1085,15 @@
</Style>
<Style name="typology_dynamic_classification">
<Rule>
<Filter>[typology_dynamic_classification] = "Small fairly regular plot part of repetitive domestic streets"</Filter>
<Filter>[typology_dynamic_classification] = "Repetitive small, domestic plots"</Filter>
<PolygonSymbolizer fill="#F2E5FF" />
</Rule>
<Rule>
<Filter>[typology_dynamic_classification] = "Irregular shaped plots built along the edge of long established routes (e.g high streets)"</Filter>
<Filter>[typology_dynamic_classification] = "High streets/linear non-domestic"</Filter>
<PolygonSymbolizer fill="#CBABEA" />
</Rule>
<Rule>
<Filter>[typology_dynamic_classification] = "Large plot with internal access roads (e.g. infrastructure hubs/large institution such as hospitals/universities/airports)"</Filter>
<Filter>[typology_dynamic_classification] = "Large plots with internal roads"</Filter>
<PolygonSymbolizer fill="#A272D4" />
</Rule>

View File

@ -164,7 +164,7 @@ const TypeView: React.FunctionComponent<CategoryViewProps> = (props) => {
</>
}
</DataEntryGroup>
<DataEntryGroup name="Dynamic classification">
<DataEntryGroup name="Dynamic tissue classification">
{(props.mapColourScale == "typology_dynamic_classification") ?
<button className={`map-switcher-inline enabled-state btn btn-outline btn-outline-dark ${darkLightTheme}`} onClick={switchToClassificationMapStyle}>
{'Click to change map to show typology classification.'}

View File

@ -342,9 +342,9 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
legend: {
title: 'Dynamic classification',
elements: [
{ color: '#F2E5FF', text: 'Small fairly regular plot part of repetitive domestic streets' },
{ color: '#CBABEA', text: 'Irregular shaped plots built along the edge of long established routes (e.g high streets)' },
{ color: '#A272D4', text: 'Large plot with internal access roads (e.g. infrastructure hubs/large institution such as hospitals/universities/airports)' },
{ color: '#F2E5FF', text: 'Repetitive small, domestic plots' },
{ color: '#CBABEA', text: 'High streets/linear non-domestic' },
{ color: '#A272D4', text: 'Large plots with internal roads' },
]
}
},

View File

@ -1533,9 +1533,9 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
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",
items: [
'Small fairly regular plot part of repetitive domestic streets',
'Irregular shaped plots built along the edge of long established routes (e.g high streets)',
'Large plot with internal access roads (e.g. infrastructure hubs/large institution such as hospitals/universities/airports)',
'Repetitive small, domestic plots',
'High streets/linear non-domestic',
'Large plots with internal roads',
]
},
typology_dynamic_classification_source_type: {