diff --git a/ansible/templates/jhu-params-prod.json.j2 b/ansible/templates/jhu-params-prod.json.j2 index 60620971b..d7b323dcc 100644 --- a/ansible/templates/jhu-params-prod.json.j2 +++ b/ansible/templates/jhu-params-prod.json.j2 @@ -24,7 +24,7 @@ "minimum_sample_size": 100, "missing_se_allowed": true, "missing_sample_size_allowed": true, - "additional_valid_geo_values": {"county": ["46113", "02270"]} + "additional_valid_geo_values": {"county": ["46113", "02270", "02261"]} }, "dynamic": { "ref_window_size": 7, diff --git a/jhu/params.json.template b/jhu/params.json.template index 8fd1794c5..f32c21359 100644 --- a/jhu/params.json.template +++ b/jhu/params.json.template @@ -25,7 +25,7 @@ "minimum_sample_size": 100, "missing_se_allowed": true, "missing_sample_size_allowed": true, - "additional_valid_geo_values": {"county": ["46113", "02270"]} + "additional_valid_geo_values": {"county": ["46113", "02270", "02261"]} }, "dynamic": { "ref_window_size": 7,