Skip to content

Commit

Permalink
add Swiss national route shields
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Apr 8, 2023
1 parent a66770e commit 8e5f956
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 @@ -3803,6 +3803,12 @@ export function loadShields() {
Color.shields.white
);

// Switzerland
shields["ch:national"] = roundedRectShield(
Color.shields.blue,
Color.shields.white
);

// Czechia
shields["CZ:national"] = roundedRectShield(
Color.shields.red,
Expand Down

0 comments on commit 8e5f956

Please sign in to comment.