Skip to content

Commit 240479a

Browse files
Default to county subdivision
1 parent 8c44296 commit 240479a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/assets/js/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const
77
LODES_ORIGIN = "h_geo",
88
LODES_JOB_SEGMENT = "S000",
99
LODES_YEAR = "2022",
10-
LODES_GEOGRAPHY = "tract";
10+
LODES_GEOGRAPHY = "county_subdivision";
1111

1212
const
1313
LODES_ORIGINS = ["h_geo", "w_geo"],

0 commit comments

Comments
 (0)