Skip to content

Commit

Permalink
Merge pull request #1088 from ZeLonewolf/clay-shields-mg-rn
Browse files Browse the repository at this point in the history
Add Madagascar national route shields
  • Loading branch information
claysmalley authored Jun 3, 2024
2 parents 938c590 + 99f9a0c commit 742e364
Show file tree
Hide file tree
Showing 2 changed files with 7 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.
6 changes: 6 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2935,6 +2935,12 @@ export function loadShields() {
shields["GH:regional"] =
roundedRectShield(Color.shields.yellow, Color.shields.black);

// Madagascar
shields["MG:RN-road"] = roundedRectShield(
Color.shields.red,
Color.shields.white
);

// Niger
shields["NE:N-roads"] = roundedRectShield(
Color.shields.red,
Expand Down

0 comments on commit 742e364

Please sign in to comment.