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" />
</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" />
</Rule>
<Rule>
<Filter>[typology_dynamic_classification] = "Large plots with internal roads"</Filter>
<PolygonSymbolizer fill="#A272D4" />
</Rule>
<Rule>
<Filter>[typology_dynamic_classification] = "Other"</Filter>
<PolygonSymbolizer fill="#EEEEEE" />
</Rule>
<Rule>
<MaxScaleDenominator>17061</MaxScaleDenominator>

View File

@ -343,8 +343,9 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
title: 'Dynamic classification',
elements: [
{ 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: '#EEEEEE', text: 'Other' },
]
}
},

View File

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