Skip to content

Commit

Permalink
Merge branch 'main' into zlw-sample-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf authored Dec 17, 2023
2 parents 61dac1f + ddb34a6 commit 019c520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3196,6 +3196,10 @@ export function loadShields() {
shields["BE:B-road"] =
shields["BE:R-road"] =
roundedRectShield(Color.shields.white, Color.shields.black);
shields["BE:VLG:Ring_Antwerpen"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black
);

// Bulgaria
shields["bg:motorway"] = roundedRectShield(
Expand Down

0 comments on commit 019c520

Please sign in to comment.