Tweaks to label, as requested
This commit is contained in:
parent
bed7b43fd9
commit
3e431dbd5f
@ -633,7 +633,7 @@
|
||||
<PolygonSymbolizer fill="#f7c725" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[survival_status] = "Historical Building Demolished"</Filter>
|
||||
<Filter>[survival_status] = "Historical Building(s) Demolished"</Filter>
|
||||
<PolygonSymbolizer fill="#ff2121" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
|
@ -23,7 +23,7 @@ import { useDisplayPreferences } from '../../displayPreferences-context';
|
||||
const SurvivalStatusOptions = [
|
||||
'Same as Historical Map (Unchanged)',
|
||||
'Similar to Historical Map (Some Changes)',
|
||||
'Historical Building Demolished',
|
||||
'Historical Building(s) Demolished',
|
||||
'Current Building on Previous Green Space'
|
||||
];
|
||||
|
||||
|
@ -55,7 +55,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
elements: [
|
||||
{ color: '#6ded45', text: 'Same as Historical Map (Unchanged)' },
|
||||
{ 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' },
|
||||
]
|
||||
}
|
||||
|
@ -467,7 +467,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
||||
items: [
|
||||
"Same as Historical Map (Unchanged)",
|
||||
"Similar to Historical Map (Some Changes)",
|
||||
"Historical Building Demolished",
|
||||
"Historical Building(s) Demolished",
|
||||
"Current Building on Previous Green Space"
|
||||
],
|
||||
example: "",
|
||||
|
Loading…
Reference in New Issue
Block a user