Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/data/geojson/MunicipalHousingTargetsUpdate09032025.geojson

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions src/data/geojson/TreeProtectionUpdate09032025.geojson

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/data/layers/MunicipalHousingTargets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const layer = {
content: 'Note: RUSH provides this information for educational purposes only and cannot guarantee that it is accurate or current.'
}
],
data: require('../geojson/MunicipalHousingTargets.geojson'),
data: require('../geojson/MunicipalHousingTargetsUpdate09032025.geojson'),
shape: 'polygon',
symbology: 'classified',
styleMap: styleMap,
Expand All @@ -61,16 +61,16 @@ const layer = {
onEachFeature: (f,l) => {
l.bindPopup(
mapPopupContent(
f.properties.Name,
f.properties.ABRVN,
f.properties.Listed === "Yes"
? [
'Current Units Built: ' + f.properties['CurrentUnits'],
'Recent Units Built: ' + f.properties['RecentTota'],
'Year 1 Target: ' + f.properties['Year1'],
'Year 2 Target: ' + f.properties['Year2'],
'Year 3 Target: ' + f.properties['Year3'],
'Year 4 Target: ' + f.properties['Year4'],
'Year 5 Target: ' + f.properties['Year5'],
] : f.properties.ShortName + ' is not currently affected by the Housing Supply Act.',
] : f.properties.AA_NAME + ' is not currently affected by the Housing Supply Act.',
null,
null,
null,
Expand Down
2 changes: 1 addition & 1 deletion src/data/layers/TreeBylaws.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const layer = {
]},
{type: 'p', content: 'Note: RUSH provides this information for educational purposes only and cannot guarantee that it is accurate or current.'},
],
data: require('../geojson/TreeBylaws.geojson'),
data: require('../geojson/TreeProtectionUpdate09032025.geojson'),
shape: 'polygon',
symbology: 'classified',
styleMap: styleMap,
Expand Down