Skip to content

Commit

Permalink
Merge branch 'main' into 1ec5-road-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Nov 30, 2023
2 parents 6868d35 + c5c4f05 commit 76c8190
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 44 deletions.
132 changes: 91 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tokenfield": "^1.5.2"
},
"devDependencies": {
"@basemaps/sprites": "^6.41.0",
"@basemaps/sprites": "^7.0.0",
"@mapbox/vector-tile": "^1.3.1",
"@maplibre/maplibre-gl-style-spec": "^17.0.1",
"@playwright/test": "^1.38.1",
Expand Down
5 changes: 5 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2490,6 +2490,11 @@ export function loadShields() {
["ALT"],
Color.shields.green
);
shields["US:VT:Truck"] = banneredShield(
shields["US:VT"],
["TRK"],
Color.shields.green
);

// Vermont routes town maintained sections - black and white ovals
shields["US:VT:Town"] = ovalShield(Color.shields.white, Color.shields.black);
Expand Down
2 changes: 1 addition & 1 deletion src/layer/road_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const bridgeSpacer = {
layout: {
"symbol-placement": "line",
"symbol-spacing": 2,
"icon-image": "dot_city",
"icon-image": "place_dot",
"icon-allow-overlap": true,
"icon-size": 0.1,
},
Expand Down
2 changes: 1 addition & 1 deletion src/layer/transportation_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const bridgeSpacer = {
layout: {
"symbol-placement": "line",
"symbol-spacing": 2,
"icon-image": "dot_city",
"icon-image": "place_dot",
"icon-allow-overlap": true,
"icon-size": 0.1,
},
Expand Down
1 change: 1 addition & 0 deletions src/shieldtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ let networks = [
"US:LA:Business",
"US:MD:Business",
"US:VT:Alternate",
"US:VT:Truck",
"US:MO:Spur",
"US:NC:Bypass",
"US:ND:Alternate",
Expand Down

0 comments on commit 76c8190

Please sign in to comment.