Skip to content

Commit

Permalink
Merge pull request osm-americana#1060 from ZeLonewolf/clay-shields-us…
Browse files Browse the repository at this point in the history
…-hanford

Add Hanford Site routes
  • Loading branch information
claysmalley authored May 11, 2024
2 parents f55304f + 70ea011 commit 9df8b99
Showing 1 changed file with 34 additions and 23 deletions.
57 changes: 34 additions & 23 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ export function loadShields() {
};

// NORTH AMERICA
shields["GLCT"] = {
notext: true,
};
shields["GLCT:Loop"] = banneredShield(
shields["GLCT"],
["LOOP"],
Color.shields.brown
);

// Canada
shields["CA:transcanada"] = {
Expand Down Expand Up @@ -509,7 +517,9 @@ export function loadShields() {
Color.shields.brown
);

// Federal Agencies
// US Federal Agencies

// Bureau of Indian Affairs
shields["US:BIA"] = {
spriteBlank: "shield_us_bia",
textColor: Color.shields.black,
Expand All @@ -522,39 +532,48 @@ export function loadShields() {
},
};

// Department of Energy: see California
// National Park Service
shields["US:NPS:Blue_Ridge"] = {
noref: {
spriteBlank: "shield_us_nps_brp",
},
};

shields["US:NPS:Natchez_Trace"] = {
noref: {
spriteBlank: "shield_us_nps_ntp",
},
};

shields["US:GRR"] = {
// Other multistate routes

// Great Lakes Seaway Trail
shields["US:GLST"] = {
noref: {
spriteBlank: "shield_us_grr",
spriteBlank: "shield_us_glst",
},
};

shields["US:GLST"] = {
// Great River Road
shields["US:GRR"] = {
noref: {
spriteBlank: "shield_us_glst",
spriteBlank: "shield_us_grr",
},
};

shields["GLCT"] = {
// Lincoln Heritage Trail
shields["US:LHT"] = {
spriteBlank: "shield_us_lht",
notext: true,
};

shields["GLCT:Loop"] = banneredShield(
shields["GLCT"],
["LOOP"],
Color.shields.brown
);
// Ohio River Scenic Byway
shields["US:ORSB"] = {
spriteBlank: ["shield_us_orsb"],
notext: true,
};

// US States

// Alaska
shields["US:AK"] = {
Expand Down Expand Up @@ -795,6 +814,9 @@ export function loadShields() {
notext: true,
};

// Department of Energy
shields["US:DOE:Hanford"] = shields["US:CA"];

// Colorado
shields["US:CO"] = {
spriteBlank: "shield_us_co",
Expand Down Expand Up @@ -2756,17 +2778,6 @@ export function loadShields() {
))
);

// Multistate auto trails

shields["US:LHT"] = {
spriteBlank: "shield_us_lht",
notext: true,
};
shields["US:ORSB"] = {
spriteBlank: ["shield_us_orsb"],
notext: true,
};

// SOUTH AMERICA

// Chile
Expand Down

0 comments on commit 9df8b99

Please sign in to comment.