Methodology version 0.1
diff --git a/client/src/components/J40Map.tsx b/client/src/components/J40Map.tsx
index cfdca7c2..6b946643 100644
--- a/client/src/components/J40Map.tsx
+++ b/client/src/components/J40Map.tsx
@@ -324,7 +324,7 @@ const J40Map = ({location}: IJ40Interface) => {
setGeolocationInProgress(true);
};
- const mapBoxBaseLayer = 'tl' in flags ? `mapbox://styles/justice40/cl2qimpi2000014qeb1egpox8` : `mapbox://styles/mapbox/streets-v11`;
+ const mapBoxBaseLayer = 'tl' in flags ? `mapbox://styles/justice40/cl2qimpi2000014qeb1egpox8` : `mapbox://styles/justice40/cl5mp95tu000k14lpl21spgny`;
return (
<>
diff --git a/client/src/data/constants.tsx b/client/src/data/constants.tsx
index df540e7d..6d97a890 100644
--- a/client/src/data/constants.tsx
+++ b/client/src/data/constants.tsx
@@ -230,6 +230,11 @@ export const IS_LOW_HS_EDUCATION_LOW_HIGHER_ED_PRIORITIZED = 'LHE';
export const ISLAND_AREAS_HS_EDU_PERCENTAGE_FIELD= 'IAHSEF';
export const ISLAND_AREA_LOW_HS_EDU = 'IALHE';
+// Misc category
+export const ADJACENCY_PERCENTILE = 'ADJ_PFS';
+export const ADJACENCY_EXCEEDS_THRESH = 'ADJ_ET';
+export const IMPUTE_FLAG = 'IMP_FLG';
+
// ********** MAP CONSTANTS ***************
// Source name constants
diff --git a/client/src/data/copy/explore.tsx b/client/src/data/copy/explore.tsx
index 13af0aff..ef786447 100644
--- a/client/src/data/copy/explore.tsx
+++ b/client/src/data/copy/explore.tsx
@@ -533,6 +533,12 @@ export const SIDE_PANEL_CATEGORY = defineMessages({
id: 'explore.map.page.side.panel.indicator.title.work.dev',
defaultMessage: 'Workforce development',
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Workforce development title
+`,
+ },
+ TEST: {
+ id: 'explore.map.page.side.panel.indicator.title.testing',
+ defaultMessage: 'Testing',
+ description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Testing title
`,
},
});
@@ -707,6 +713,17 @@ export const SIDE_PANEL_INDICATORS = defineMessages({
defaultMessage: 'High school degree non-attainment',
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show High school degree achievement rate`,
},
+ ADJ: {
+ id: 'explore.map.page.side.panel.indicator.adjacency',
+ defaultMessage: 'Adjacency',
+ description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Adjancency`,
+ },
+ IMP_FLG: {
+ id: 'explore.map.page.side.panel.indicator.imp.flg',
+ defaultMessage: 'Impute flag',
+ description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Impute flag`,
+ },
+
});
export const SIDE_PANEL_VALUES = {
@@ -964,6 +981,20 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Percent of people ages 25 years or older whose education level
is less than a high school diploma`,
},
+ ADJ: {
+ id: 'explore.map.page.side.panel.indicator.description.ling.iso',
+ defaultMessage: `
+ Adjacency percentile?
+ `,
+ description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator about adjacency`,
+ },
+ IMP_FLG: {
+ id: 'explore.map.page.side.panel.indicator.description.ling.iso',
+ defaultMessage: `
+ A flag to inform imputation?
+ `,
+ description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator about adjacency`,
+ },
});
export const SIDE_PANEL_SPACERS = {
diff --git a/client/src/intl/en.json b/client/src/intl/en.json
index ec1070c1..408563d9 100644
--- a/client/src/intl/en.json
+++ b/client/src/intl/en.json
@@ -559,6 +559,10 @@
"defaultMessage": "Abandoned mine lands",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Abandoned land mines"
},
+ "explore.map.page.side.panel.indicator.adjacency": {
+ "defaultMessage": "Adjacency",
+ "description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Adjancency"
+ },
"explore.map.page.side.panel.indicator.asthma": {
"defaultMessage": "Asthma",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Asthma"
@@ -652,8 +656,8 @@
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Average number of years of life a person can expect to live"
},
"explore.map.page.side.panel.indicator.description.ling.iso": {
- "defaultMessage": "Percent of households where no one over the age 14 speaks English well",
- "description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Households in which no one age 14 and over speaks English only or also speaks a language other than English"
+ "defaultMessage": "A flag to inform imputation?",
+ "description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator about adjacency"
},
"explore.map.page.side.panel.indicator.description.low.income": {
"defaultMessage": "Household income is less than or equal to twice the federal poverty level",
@@ -755,6 +759,10 @@
"defaultMessage": "Housing cost burden",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Housing cost burden"
},
+ "explore.map.page.side.panel.indicator.imp.flg": {
+ "defaultMessage": "Impute flag",
+ "description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Impute flag"
+ },
"explore.map.page.side.panel.indicator.lack.green.space": {
"defaultMessage": "Lack of green space",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Lack of green space"
@@ -843,6 +851,10 @@
"defaultMessage": "Sustainable housing",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Sustainable housing title\n"
},
+ "explore.map.page.side.panel.indicator.title.testing": {
+ "defaultMessage": "Testing",
+ "description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Testing title\n"
+ },
"explore.map.page.side.panel.indicator.title.work.dev": {
"defaultMessage": "Workforce development",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Workforce development title\n"