Skip to content

Commit

Permalink
Update retagged shield definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Sep 18, 2024
1 parent fef74b6 commit bfafc9d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,7 @@ export function loadShields() {
// AFRICA

// Algeria
shields["DZ:highway"] = shields["DZ:national"] = roundedRectShield(
shields["DZ:motorway"] = shields["DZ:national"] = roundedRectShield(
Color.shields.red,
Color.shields.white
);
Expand Down Expand Up @@ -3383,7 +3383,7 @@ export function loadShields() {
};

// Iran
shields["ir:freeways"] = roundedRectShield(
shields["ir:freeway"] = roundedRectShield(
Color.shields.blue,
Color.shields.white
);
Expand Down Expand Up @@ -3569,11 +3569,11 @@ export function loadShields() {
);

// Vietnam
shields["vn:expressway"] = roundedRectShield(
shields["VN:expressway"] = roundedRectShield(
Color.shields.yellow,
Color.shields.black
);
shields["vn:national"] = roundedRectShield(
shields["VN:national"] = roundedRectShield(
Color.shields.white,
Color.shields.black
);
Expand Down Expand Up @@ -3947,13 +3947,12 @@ export function loadShields() {
);

// Poland
shields["pl:motorways"] = roundedRectShield(
shields["pl:expressway"] = shields["pl:motorway"] = roundedRectShield(
Color.shields.red,
Color.shields.white,
Color.shields.white,
34
);
shields["pl:expressways"] = shields["pl:motorways"];
shields["pl:national"] = roundedRectShield(
Color.shields.red,
Color.shields.white
Expand Down

0 comments on commit bfafc9d

Please sign in to comment.