Skip to content

Commit

Permalink
Merge branch 'main' into clay-shields-mx-mx-widen
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Jun 14, 2024
2 parents 6aeaf1e + 132528d commit 2e9a9ea
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icons/shield_mx_cdmx_eje_central.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/shield_mx_cdmx_eje_nte.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/shield_mx_cdmx_eje_ote.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/shield_mx_cdmx_eje_pte.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/shield_mx_cdmx_eje_sur.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,49 @@ export function loadShields() {
},
};

// Ejes Viales (CDMX)
shields["MX:CDMX:EJE:CENTRAL"] = {
noref: {
spriteBlank: "shield_mx_cdmx_eje_central",
},
};
shields["MX:CDMX:EJE:NTE"] = {
spriteBlank: "shield_mx_cdmx_eje_nte",
padding: {
left: 2,
right: 2,
top: 8,
bottom: 2,
},
};
shields["MX:CDMX:EJE:OTE"] = {
spriteBlank: "shield_mx_cdmx_eje_ote",
padding: {
left: 2,
right: 8,
top: 2,
bottom: 2,
},
};
shields["MX:CDMX:EJE:PTE"] = {
spriteBlank: "shield_mx_cdmx_eje_pte",
padding: {
left: 8,
right: 2,
top: 2,
bottom: 2,
},
};
shields["MX:CDMX:EJE:SUR"] = {
spriteBlank: "shield_mx_cdmx_eje_sur",
padding: {
left: 2,
right: 2,
top: 2,
bottom: 8,
},
};

// United States

// Interstate Highways
Expand Down

0 comments on commit 2e9a9ea

Please sign in to comment.