Skip to content

Commit

Permalink
Dropped PH:N:primary, PH:N:secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 10, 2022
1 parent 80e619a commit 8257799
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions style/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,22 +798,19 @@ export function loadShields(shieldImages) {
},
};

shields["PH:N"] =
shields["PH:N:primary"] =
shields["PH:N:secondary"] =
{
backgroundImage: [
shieldImages.shield40_ph_national_2,
shieldImages.shield40_ph_national_3,
],
textColor: "black",
padding: {
left: 2,
right: 2,
top: 2,
bottom: 6,
},
};
shields["PH:N"] = {
backgroundImage: [
shieldImages.shield40_ph_national_2,
shieldImages.shield40_ph_national_3,
],
textColor: "black",
padding: {
left: 2,
right: 2,
top: 2,
bottom: 6,
},
};
shields["PH:E"] = {
backgroundImage: shieldImages.shield40_ph_expressway_2,
textColor: "black",
Expand Down

0 comments on commit 8257799

Please sign in to comment.