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:
Vim 2021-11-05 08:43:47 -07:00 committed by GitHub
commit 68014c94e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 12 deletions

View file

@ -59,6 +59,7 @@ export const WASTEWATER_PERCENTILE = 'Wastewater discharge (percentile)';
export const LEAD_PAINT_PERCENTILE = 'Percent pre-1960s housing (lead paint indicator) (percentile)';
export const DIESEL_MATTER_PERCENTILE = 'Diesel particulate matter (percentile)';
export const PM25_PERCENTILE = 'Particulate matter (PM2.5) (percentile)';
export const AREA_MEDIAN_INCOME_PERCENTILE = 'Median household income (% of AMI) (percentile)';
export type J40Properties = { [key: string]: any };