Skip to content

Commit

Permalink
Added Ecuador arterial, collector shields
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jun 26, 2022
1 parent e35d423 commit d9bf442
Show file tree
Hide file tree
Showing 3 changed files with 63 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.
51 changes: 51 additions & 0 deletions icons/shield40_ec_collector_3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,17 @@ export function loadShields(shieldImages) {
].forEach(
(county) => (shields[`US:WY:${county}`] = pentagonShieldBlueYellow)
);

// SOUTH AMERICA

// Ecuador
shields["EC:national"] = shields["US:I"];
shields["EC:provincial"] = {
backgroundImage: shieldImages.shield40_ec_collector_3,
textLayoutConstraint: ShieldText.southHalfellipseTextConstraint,
textColor: Color.shields.white,
padding: padding_us_interstate,
};

// ASIA

Expand Down

0 comments on commit d9bf442

Please sign in to comment.