mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 15:51:16 -07:00
Fix AREA MEDIAN INCOME prop on map (#860)
- add indicator values of selected CBG to console - update snapshots - update cypress tests (failure on zoom)
This commit is contained in:
parent
28c5b9c869
commit
68014c94e4
6 changed files with 15 additions and 12 deletions
|
@ -90,6 +90,7 @@ const J40Map = ({location}: IJ40Interface) => {
|
|||
);
|
||||
if (feature.id !== selectedFeatureId) {
|
||||
setSelectedFeature(feature);
|
||||
console.log(feature.properties);
|
||||
} else {
|
||||
setSelectedFeature(undefined);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue