Skip to content

Commit

Permalink
Merge pull request #990 from ZeLonewolf/zeke-vt-truck-routes
Browse files Browse the repository at this point in the history
Add VT Truck route support
  • Loading branch information
zekefarwell authored Nov 1, 2023
2 parents 42ec65a + 6dd0823 commit ecb1544
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2490,6 +2490,11 @@ export function loadShields() {
["ALT"],
Color.shields.green
);
shields["US:VT:Truck"] = banneredShield(
shields["US:VT"],
["TRK"],
Color.shields.green
);

// Vermont routes town maintained sections - black and white ovals
shields["US:VT:Town"] = ovalShield(Color.shields.white, Color.shields.black);
Expand Down
1 change: 1 addition & 0 deletions src/shieldtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ let networks = [
"US:LA:Business",
"US:MD:Business",
"US:VT:Alternate",
"US:VT:Truck",
"US:MO:Spur",
"US:NC:Bypass",
"US:ND:Alternate",
Expand Down

0 comments on commit ecb1544

Please sign in to comment.