Skip to content

Commit

Permalink
Merge branch 'main' into jleedev-relieved
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Sep 23, 2024
2 parents 0f98db3 + efaf63d commit 4025dcb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,14 +689,15 @@ export function loadShields() {
},
};

shields["US:US:Historic"] =
({
shields["US:US:Historic"] = banneredShield(
{
...badgeShieldCrossbar,
textColor: Color.shields.brown,
colorLighten: Color.shields.brown,
},
["HIST"],
Color.shields.brown);
Color.shields.brown
);

// US Federal Agencies

Expand Down Expand Up @@ -3199,7 +3200,7 @@ export function loadShields() {
// AFRICA

// Algeria
shields["DZ:highway"] = shields["DZ:national"] = roundedRectShield(
shields["DZ:motorway"] = shields["DZ:national"] = roundedRectShield(
Color.shields.red,
Color.shields.white
);
Expand Down Expand Up @@ -3383,7 +3384,7 @@ export function loadShields() {
};

// Iran
shields["ir:freeways"] = roundedRectShield(
shields["ir:freeway"] = roundedRectShield(
Color.shields.blue,
Color.shields.white
);
Expand Down Expand Up @@ -3569,11 +3570,11 @@ export function loadShields() {
);

// Vietnam
shields["vn:expressway"] = roundedRectShield(
shields["VN:expressway"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black
);
shields["vn:national"] = roundedRectShield(
shields["VN:national"] = roundedRectShield(
Color.shields.white,
Color.shields.black
);
Expand Down Expand Up @@ -3947,13 +3948,12 @@ export function loadShields() {
);

// Poland
shields["pl:motorways"] = roundedRectShield(
shields["pl:expressway"] = shields["pl:motorway"] = roundedRectShield(
Color.shields.red,
Color.shields.white,
Color.shields.white,
34
);
shields["pl:expressways"] = shields["pl:motorways"];
shields["pl:national"] = roundedRectShield(
Color.shields.red,
Color.shields.white
Expand Down

0 comments on commit 4025dcb

Please sign in to comment.