Changes to Dynamic Classification

This commit is contained in:
Mike Simpson 2023-07-26 15:43:49 +01:00
parent 348971257f
commit ff4299e677
3 changed files with 9 additions and 3 deletions

View File

@ -1089,13 +1089,17 @@
<PolygonSymbolizer fill="#F2E5FF" /> <PolygonSymbolizer fill="#F2E5FF" />
</Rule> </Rule>
<Rule> <Rule>
<Filter>[typology_dynamic_classification] = "High streets/linear non-domestic"</Filter> <Filter>[typology_dynamic_classification] = "Linear non-domestic, i.e. high streets"</Filter>
<PolygonSymbolizer fill="#CBABEA" /> <PolygonSymbolizer fill="#CBABEA" />
</Rule> </Rule>
<Rule> <Rule>
<Filter>[typology_dynamic_classification] = "Large plots with internal roads"</Filter> <Filter>[typology_dynamic_classification] = "Large plots with internal roads"</Filter>
<PolygonSymbolizer fill="#A272D4" /> <PolygonSymbolizer fill="#A272D4" />
</Rule> </Rule>
<Rule>
<Filter>[typology_dynamic_classification] = "Other"</Filter>
<PolygonSymbolizer fill="#EEEEEE" />
</Rule>
<Rule> <Rule>
<MaxScaleDenominator>17061</MaxScaleDenominator> <MaxScaleDenominator>17061</MaxScaleDenominator>

View File

@ -343,8 +343,9 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
title: 'Dynamic classification', title: 'Dynamic classification',
elements: [ elements: [
{ color: '#F2E5FF', text: 'Repetitive small, domestic plots' }, { color: '#F2E5FF', text: 'Repetitive small, domestic plots' },
{ color: '#CBABEA', text: 'High streets/linear non-domestic' }, { color: '#CBABEA', text: 'Linear non-domestic, i.e. high streets' },
{ color: '#A272D4', text: 'Large plots with internal roads' }, { color: '#A272D4', text: 'Large plots with internal roads' },
{ color: '#EEEEEE', text: 'Other' },
] ]
} }
}, },

View File

@ -1534,8 +1534,9 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
example: "Large plots with internal roads", example: "Large plots with internal roads",
items: [ items: [
'Repetitive small, domestic plots', 'Repetitive small, domestic plots',
'High streets/linear non-domestic', 'Linear non-domestic, i.e. high streets',
'Large plots with internal roads', 'Large plots with internal roads',
'Other'
] ]
}, },
typology_dynamic_classification_source_type: { typology_dynamic_classification_source_type: {