Changes to Dynamic classification subcategory
This commit is contained in:
parent
b55617aaae
commit
214b82c465
@ -1085,15 +1085,15 @@
|
|||||||
</Style>
|
</Style>
|
||||||
<Style name="typology_dynamic_classification">
|
<Style name="typology_dynamic_classification">
|
||||||
<Rule>
|
<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" />
|
<PolygonSymbolizer fill="#F2E5FF" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<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" />
|
<PolygonSymbolizer fill="#CBABEA" />
|
||||||
</Rule>
|
</Rule>
|
||||||
<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" />
|
<PolygonSymbolizer fill="#A272D4" />
|
||||||
</Rule>
|
</Rule>
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ const TypeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
</DataEntryGroup>
|
</DataEntryGroup>
|
||||||
<DataEntryGroup name="Dynamic classification">
|
<DataEntryGroup name="Dynamic tissue classification">
|
||||||
{(props.mapColourScale == "typology_dynamic_classification") ?
|
{(props.mapColourScale == "typology_dynamic_classification") ?
|
||||||
<button className={`map-switcher-inline enabled-state btn btn-outline btn-outline-dark ${darkLightTheme}`} onClick={switchToClassificationMapStyle}>
|
<button className={`map-switcher-inline enabled-state btn btn-outline btn-outline-dark ${darkLightTheme}`} onClick={switchToClassificationMapStyle}>
|
||||||
{'Click to change map to show typology classification.'}
|
{'Click to change map to show typology classification.'}
|
||||||
|
@ -342,9 +342,9 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
legend: {
|
legend: {
|
||||||
title: 'Dynamic classification',
|
title: 'Dynamic classification',
|
||||||
elements: [
|
elements: [
|
||||||
{ color: '#F2E5FF', text: 'Small fairly regular plot part of repetitive domestic streets' },
|
{ color: '#F2E5FF', text: 'Repetitive small, domestic plots' },
|
||||||
{ color: '#CBABEA', text: 'Irregular shaped plots built along the edge of long established routes (e.g high streets)' },
|
{ color: '#CBABEA', text: 'High streets/linear non-domestic' },
|
||||||
{ color: '#A272D4', text: 'Large plot with internal access roads (e.g. infrastructure hubs/large institution such as hospitals/universities/airports)' },
|
{ color: '#A272D4', text: 'Large plots with internal roads' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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>.",
|
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: "High rise: Not part of a group/cluster",
|
||||||
items: [
|
items: [
|
||||||
'Small fairly regular plot part of repetitive domestic streets',
|
'Repetitive small, domestic plots',
|
||||||
'Irregular shaped plots built along the edge of long established routes (e.g high streets)',
|
'High streets/linear non-domestic',
|
||||||
'Large plot with internal access roads (e.g. infrastructure hubs/large institution such as hospitals/universities/airports)',
|
'Large plots with internal roads',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
typology_dynamic_classification_source_type: {
|
typology_dynamic_classification_source_type: {
|
||||||
|
Loading…
Reference in New Issue
Block a user