Skip to content

Commit

Permalink
White shield border for Irish N-road and British A-road
Browse files Browse the repository at this point in the history
  • Loading branch information
Blijbol committed Jan 7, 2024
1 parent 8eff097 commit 66cb52f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3320,7 +3320,8 @@ export function loadShields() {

shields["omt-ie-national"] = roundedRectShield(
Color.shields.green,
Color.shields.yellow
Color.shields.yellow,
Color.shields.white
);

shields["omt-ie-regional"] = roundedRectShield(
Expand Down Expand Up @@ -3535,7 +3536,8 @@ export function loadShields() {

shields["omt-gb-trunk"] = roundedRectShield(
Color.shields.green,
Color.shields.yellow
Color.shields.yellow,
Color.shields.white
);

shields["omt-gb-primary"] = roundedRectShield(
Expand Down

0 comments on commit 66cb52f

Please sign in to comment.