Skip to content

Commit acf593d

Browse files
committed
add county subdivision thresholds
1 parent 5206fc2 commit acf593d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/assets/js/map.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ class ColorScale {
327327
switch (geography) {
328328
case "county":
329329
return [1, 2, 101, 1001, 10000];
330+
case "county_subdivision":
331+
return [1, 2, 51, 151, 500];
330332
default:
331333
return [1, 2, 11, 21, 30];
332334
}

0 commit comments

Comments
 (0)