Skip to content

Commit

Permalink
assign correct shields to remainder of Minnesota counties
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed May 4, 2024
1 parent 363d98d commit 8f574c6
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,43 +1241,44 @@ export function loadShields() {
bottom: 3,
},
};
shields["US:MN:Intercounty"] = roundedRectShield(
Color.shields.blue,
Color.shields.yellow,
Color.shields.white
);
[
"Brown",
"Chisago",
"Clearwater", // unconfirmed
"Clearwater",
"Cottonwood",
"Dakota",
"Fillmore", // unconfirmed
"Freeborn",
"Goodhue",
"Grant", // unconfirmed
"Isanti",
"Itasca", // unconfirmed
"Jackson",
"Kittson", // unconfirmed
"Kittson",
"Lac_qui_Parle",
"McLeod",
"Meeker",
"Nobles", // unconfirmed
"Nobles",
"Norman",
"Olmsted",
"Otter_Tail",
"Pennington",
"Pine",
"Pipestone",
"Polk",
"Pope", // unconfirmed
"Red_Lake", // unconfirmed
"Redwood", // unconfirmed
"Red_Lake",
"Redwood",
"Renville",
"Roseau",
"Saint_Louis",
"Sibley",
"Stearns", // unconfirmed
"Stearns",
"Stevens",
"Traverse",
"Wabasha",
"Wadena", // unconfirmed
"Wadena",
"Washington",
"Wright",
"Yellow_Medicine",
Expand All @@ -1297,11 +1298,13 @@ export function loadShields() {
[
"Anoka",
"Blue_Earth",
"Fillmore",
"Hennepin",
"Kandiyohi",
"Lincoln",
"Mower",
"Murray",
"Pope",
"Ramsey",
"Scott",
"Wilkin",
Expand Down Expand Up @@ -1333,8 +1336,10 @@ export function loadShields() {
"Dodge",
"Douglas",
"Faribault",
"Grant",
"Houston",
"Hubbard",
"Itasca",
"Kanabec",
"Koochiching",
"Lake",
Expand Down

0 comments on commit 8f574c6

Please sign in to comment.