Tweaks to label, as requested

This commit is contained in:
Mike Simpson 2023-05-05 13:53:34 +01:00
parent bed7b43fd9
commit 3e431dbd5f
4 changed files with 4 additions and 4 deletions

View File

@ -633,7 +633,7 @@
<PolygonSymbolizer fill="#f7c725" /> <PolygonSymbolizer fill="#f7c725" />
</Rule> </Rule>
<Rule> <Rule>
<Filter>[survival_status] = "Historical Building Demolished"</Filter> <Filter>[survival_status] = "Historical Building(s) Demolished"</Filter>
<PolygonSymbolizer fill="#ff2121" /> <PolygonSymbolizer fill="#ff2121" />
</Rule> </Rule>
<Rule> <Rule>

View File

@ -23,7 +23,7 @@ import { useDisplayPreferences } from '../../displayPreferences-context';
const SurvivalStatusOptions = [ const SurvivalStatusOptions = [
'Same as Historical Map (Unchanged)', 'Same as Historical Map (Unchanged)',
'Similar to Historical Map (Some Changes)', 'Similar to Historical Map (Some Changes)',
'Historical Building Demolished', 'Historical Building(s) Demolished',
'Current Building on Previous Green Space' 'Current Building on Previous Green Space'
]; ];

View File

@ -55,7 +55,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
elements: [ elements: [
{ color: '#6ded45', text: 'Same as Historical Map (Unchanged)' }, { color: '#6ded45', text: 'Same as Historical Map (Unchanged)' },
{ color: '#f7c725', text: 'Similar to Historical Map (Some Changes)' }, { color: '#f7c725', text: 'Similar to Historical Map (Some Changes)' },
{ color: '#ff2121', text: 'Historical Building Demolished' }, { color: '#ff2121', text: 'Historical Building(s) Demolished' },
{ color: '#CF26DF', text: 'Current Building on Previous Green Space' }, { color: '#CF26DF', text: 'Current Building on Previous Green Space' },
] ]
} }

View File

@ -467,7 +467,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
items: [ items: [
"Same as Historical Map (Unchanged)", "Same as Historical Map (Unchanged)",
"Similar to Historical Map (Some Changes)", "Similar to Historical Map (Some Changes)",
"Historical Building Demolished", "Historical Building(s) Demolished",
"Current Building on Previous Green Space" "Current Building on Previous Green Space"
], ],
example: "", example: "",