Skip to content

Commit

Permalink
Merge pull request #1056 from Janjko/patch-1
Browse files Browse the repository at this point in the history
Add shields for Croatia
  • Loading branch information
ZeLonewolf authored May 10, 2024
2 parents cc20400 + 647db05 commit f55304f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc-img/shield_map_world.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3380,6 +3380,31 @@ export function loadShields() {
34
);

// Croatia
shields["HR:Autoceste"] = hexagonVerticalShield(
3,
Color.shields.green,
Color.shields.white,
Color.shields.white,
0,
34
);
shields["HR:Državne ceste"] = roundedRectShield(
Color.shields.blue,
Color.shields.white,
Color.shields.white
);
shields["HR:Županijske ceste"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black,
Color.shields.black
);
shields["HR:Lokalne ceste"] = roundedRectShield(
Color.shields.white,
Color.shields.black,
Color.shields.black
);

// Iceland
shields["IS"] = roundedRectShield(
Color.shields.white,
Expand Down

0 comments on commit f55304f

Please sign in to comment.