Skip to content

Commit

Permalink
Merge pull request #1158 from osm-americana/clay-shields-us-historic-fix
Browse files Browse the repository at this point in the history
Restore Historic US Route shield
  • Loading branch information
claysmalley authored Sep 18, 2024
2 parents fef74b6 + 77d4165 commit 2747e46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,14 +689,15 @@ export function loadShields() {
},
};

shields["US:US:Historic"] =
({
shields["US:US:Historic"] = banneredShield(
{
...badgeShieldCrossbar,
textColor: Color.shields.brown,
colorLighten: Color.shields.brown,
},
["HIST"],
Color.shields.brown);
Color.shields.brown
);

// US Federal Agencies

Expand Down

0 comments on commit 2747e46

Please sign in to comment.