mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-17 08:41:41 -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
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue