Skip to content

Commit

Permalink
Add shield for Utah Federal Aid routes
Browse files Browse the repository at this point in the history
Federal Aid routes of Utah do not have guide signage, but are sometimes signed with mileposts that include the route number in a pentagonal "county" shield.

The definition for `network=US:UT:Wayne` is removed here because it was a mistagging by yours truly, corrected [here.](https://www.openstreetmap.org/changeset/156846582)
  • Loading branch information
claysmalley authored Sep 25, 2024
1 parent efaf63d commit e82ff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@ export function loadShields() {
bottom: 5,
},
};
["Wayne", "Washington"].forEach(
["FA", "Washington"].forEach(
(county) =>
(shields[`US:UT:${county}`] = pentagonUpShield(
3,
Expand Down

0 comments on commit e82ff7f

Please sign in to comment.