mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-02 04:53:18 -07:00
Update copy and sidepanel (#1305)
* Update copy and sidepanel - modify map legend, add color key and circle stroke - add Higher ed to sidepanel - remove coercion of 0 to N/A on sidepanel - update snapshots * Make send feedback open in new tab
This commit is contained in:
parent
6e64134dc6
commit
41715ef6e6
11 changed files with 311 additions and 86 deletions
|
@ -27,6 +27,10 @@ export const featureURLForTilesetName = (tilesetName: string): string => {
|
|||
export const FEATURE_TILE_HIGH_ZOOM_URL = featureURLForTilesetName('high');
|
||||
export const FEATURE_TILE_LOW_ZOOM_URL = featureURLForTilesetName('low');
|
||||
|
||||
// Staging links for testing:
|
||||
// export const FEATURE_TILE_HIGH_ZOOM_URL = `https://justice40-data.s3.amazonaws.com/data-pipeline-staging/1297/deee14dd93b783c8d366434dc8438a281b5c89df/data/score/tiles/high/${XYZ_SUFFIX}`;
|
||||
// export const FEATURE_TILE_LOW_ZOOM_URL = `https://justice40-data.s3.amazonaws.com/data-pipeline-staging/1297/deee14dd93b783c8d366434dc8438a281b5c89df/data/score/tiles/low/${XYZ_SUFFIX}`;
|
||||
|
||||
|
||||
// Performance markers
|
||||
export const PERFORMANCE_MARKER_MAP_IDLE = 'MAP_IDLE';
|
||||
|
@ -76,7 +80,7 @@ export const POVERTY_BELOW_200_PERCENTILE = 'P200_PFS';
|
|||
export const PROXIMITY_NPL_SITES_PERCENTILE = 'NPL_PFS';
|
||||
export const PROXIMITY_RMP_SITES_PERCENTILE = 'RMP_PFS';
|
||||
export const PROXIMITY_TSDF_SITES_PERCENTILE = 'TSDF_PFS';
|
||||
export const HIGHER_ED_PERCENTILE = 'XXXXX';
|
||||
export const HIGHER_ED_PERCENTILE = 'CA';
|
||||
|
||||
export const ISLAND_AREAS_UNEMPLOYMENT_LOW_HS_EDU_PERCENTILE_FIELD= 'IAULHSE_PFS';
|
||||
export const ISLAND_AREAS_POVERTY_LOW_HS_EDU_PERCENTILE_FIELD= 'IAPLHSE_PFS';
|
||||
|
@ -121,7 +125,7 @@ export const IS_GTE_90_BELOW_100_POVERTY_AND_LOW_HIGH_SCHOOL_EDU = 'PLHSE';
|
|||
export const IS_GTE_90_LOW_MEDIAN_INCOME_AND_LOW_HIGH_SCHOOL_EDU = 'LMILHSE';
|
||||
export const IS_GTE_90_UNEMPLOYMENT_AND_LOW_HIGH_SCHOOL_EDU = 'ULHSE';
|
||||
export const IS_FEDERAL_POVERTY_LEVEL_200 = 'FPL200S';
|
||||
export const IS_HIGHER_ED_PERCENTILE = 'XXXXXXX';
|
||||
export const IS_HIGHER_ED_PERCENTILE = 'CA_LT20';
|
||||
export const TOTAL_THRESHOLD_CRITERIA = 'TC';
|
||||
export const IS_GTE_90_ISLAND_AREA_UNEMPLOYMENT_AND_IS_LOW_HS_EDU_2009 = 'IAULHSE';
|
||||
export const IS_GTE_90_ISLAND_AREA_BELOW_100_POVERTY_AND_IS_LOW_HS_EDU_2009 = 'IAPLHSE';
|
||||
|
|
|
@ -662,7 +662,8 @@ export const NOTE_ON_TERRITORIES = {
|
|||
For American Samoa and the Northern Mariana Islands, the data used to identify
|
||||
disadvantaged communities are from the 2010 Decennial Census, the last reported data from the
|
||||
U.S. Census Bureau. Available data for these territories includes unemployment, poverty,
|
||||
median income, and high school degree achievement rate fields in the Training and Workforce Development category.
|
||||
low median income, and high school degree achievement rate fields in the Training and
|
||||
Workforce Development category.
|
||||
`}
|
||||
description={`territories paragraph 3`}
|
||||
/>,
|
||||
|
@ -762,7 +763,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
|||
LIST_ITEM_3: <FormattedMessage
|
||||
id={'youCanHelpInfoText.list.item.3'}
|
||||
description={'share your feedback'}
|
||||
defaultMessage={`CEQ will publish a request for information on federalregister.gov.`}
|
||||
defaultMessage={`CEQ will publish a Request for Information on federalregister.gov.`}
|
||||
values={{
|
||||
federalRegisterLink:
|
||||
<LinkTypeWrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue