Skip to content

Commit

Permalink
Add VT Truck route support
Browse files Browse the repository at this point in the history
  • Loading branch information
zekefarwell authored Oct 30, 2023
1 parent 42ec65a commit 1cbf2af
Showing 1 changed file with 5 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

0 comments on commit 1cbf2af

Please sign in to comment.