Skip to content

Commit

Permalink
now 'Current Building on Previously Unbuilt-on Site'
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Nov 25, 2024
1 parent b1669c5 commit 0901f32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/map_styles/polygon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
<PolygonSymbolizer fill="#ff2121" />
</Rule>
<Rule>
<Filter>[survival_status] = "Current Building on Previous Green Space"</Filter>
<Filter>[survival_status] = "Current Building on Previously Unbuilt-on Site"</Filter>
<PolygonSymbolizer fill="#CF26DF" />
</Rule>
<Rule>
Expand Down
2 changes: 1 addition & 1 deletion app/src/frontend/config/category-maps-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
{ color: '#6ded45', text: 'Same as Historical Map (Unchanged)' },
{ color: '#f7c725', text: 'Similar to Historical Map (Some Changes)' },
{ color: '#ff2121', text: 'Historical Building(s) Demolished' },
{ color: '#CF26DF', text: 'Current Building on Previous Green Space' },
{ color: '#CF26DF', text: 'Current Building on Previously Unbuilt-on Site' },
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion app/src/frontend/config/data-fields-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
"Same as Historical Map (Unchanged)",
"Similar to Historical Map (Some Changes)",
"Historical Building(s) Demolished",
"Current Building on Previous Green Space"
"Current Building on Previously Unbuilt-on Site"
],
example: "",
},
Expand Down

0 comments on commit 0901f32

Please sign in to comment.