Skip to content

Commit

Permalink
Merge pull request #1159 from osm-americana/clay-shields-updates-2024-09
Browse files Browse the repository at this point in the history
Update retagged shield definitions
  • Loading branch information
claysmalley authored Sep 18, 2024
2 parents 2747e46 + bfafc9d commit efaf63d
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 @@ -3200,7 +3200,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 @@ -3384,7 +3384,7 @@ export function loadShields() {
};

// Iran
shields["ir:freeways"] = roundedRectShield(
shields["ir:freeway"] = roundedRectShield(
Color.shields.blue,
Color.shields.white
);
Expand Down Expand Up @@ -3570,11 +3570,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 @@ -3948,13 +3948,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 efaf63d

Please sign in to comment.