Skip to content

Commit

Permalink
Iraq highway shields (#557)
Browse files Browse the repository at this point in the history
* Added Iraq highway shields

* Update src/js/shield_defs.js

Co-authored-by: Clay Smalley <[email protected]>

Co-authored-by: Clay Smalley <[email protected]>
  • Loading branch information
1ec5 and claysmalley authored Nov 26, 2022
1 parent bcd967d commit ae63bd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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.
8 changes: 8 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2853,6 +2853,14 @@ export function loadShields(shieldImages) {
Color.shields.white
);

// Iraq
shields["IQ:national"] = roundedRectShield(
Color.shields.green,
Color.shields.white,
Color.shields.white,
34
);

// Japan
shields["JP:E"] = roundedRectShield(Color.shields.green, Color.shields.white);
shields["JP:national"] = triangleConvexDownShieldBlue;
Expand Down

0 comments on commit ae63bd3

Please sign in to comment.