Skip to content

Commit

Permalink
Switching to colored generic route shield for Bolivia routes
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Nov 30, 2024
1 parent dcf244b commit c2e0f8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ export function loadShields() {
shields["US:I:Business:Spur"] = shields["US:I:Business:Loop"];
shields["US:I:Downtown:Loop"] = shields["US:I:Business:Loop"];
shields["US:I:Downtown:Spur"] = shields["US:I:Business:Spur"];
shields["BO:fundamental"] = shields["US:I:Business:Loop"];

// US Highways
shields["US:US"] = {
Expand Down Expand Up @@ -3143,6 +3142,14 @@ export function loadShields() {
},
};

// Bolivia
shields["BO:fundamental"] = {
...badgeShieldCrossbar,
colorDarken: Color.shields.green,
colorLighten: Color.shields.white,
textColor: Color.shields.white,
};

// Uruguay
shields["UY"] = homePlateDownShield(
5,
Expand Down

0 comments on commit c2e0f8e

Please sign in to comment.