From bfafc9def2243b1adaef62bccb922a45359c11d3 Mon Sep 17 00:00:00 2001 From: Clay Smalley Date: Tue, 17 Sep 2024 22:41:51 -0500 Subject: [PATCH] Update retagged shield definitions --- src/js/shield_defs.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/js/shield_defs.js b/src/js/shield_defs.js index b634539b8..5ae58e59b 100644 --- a/src/js/shield_defs.js +++ b/src/js/shield_defs.js @@ -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 ); @@ -3383,7 +3383,7 @@ export function loadShields() { }; // Iran - shields["ir:freeways"] = roundedRectShield( + shields["ir:freeway"] = roundedRectShield( Color.shields.blue, Color.shields.white ); @@ -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 ); @@ -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