Skip to content

Commit

Permalink
Add new bus route for BNR (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim authored Dec 13, 2024
1 parent 05ccc46 commit a2ce248
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 6 additions & 3 deletions lib/pa_ess/utilities.ex
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ defmodule PaEss.Utilities do
{"Arlington Heights", ["Arlngtn", "Arlingtn", "Arlington"]},
{"North Cambridge", ["N Camb", "NorthCamb"]},
{"Arlmont", ["Arlmont"]},
{"Sullivan", ["Sullivn", "Sullivan"]},
{"Sullivan", ["Sullvn", "Sullivn", "Sullivan"]},
{"Medford", ["Medford"]},
{"Wakefield Ave", ["WkfldAv", "WakfldAv", "WakefldAv"]},
{"Quincy Center", ["Quincy", "QuincyCtr"]},
Expand Down Expand Up @@ -452,7 +452,8 @@ defmodule PaEss.Utilities do
{"Haymarket", ["Haymrkt", "Haymarkt", "Haymarket"]},
{"Silver Line Way", ["Slvr Ln Way"]},
{"Gallivan Blvd", ["Gallivn", "Gallivan"]},
{"Cobbs Corner Canton", ["Canton"]}
{"Cobbs Corner Canton", ["Canton"]},
{"Linden Square", ["Linden", "Linden Sq"]}
]

@spec headsign_abbreviations(String.t() | nil) :: [String.t()]
Expand Down Expand Up @@ -579,7 +580,8 @@ defmodule PaEss.Utilities do
{"Gallivan Blvd", "881"},
{"Brookline Ave", "885"},
{"Brookline Village", "886"},
{"Cobbs Corner Canton", "887"}
{"Cobbs Corner Canton", "887"},
{"Linden Sq", "889"}
]

@route_take_lookup %{
Expand Down Expand Up @@ -632,6 +634,7 @@ defmodule PaEss.Utilities do
"90" => "689",
"94" => "690",
"96" => "604",
"109" => "890",
"170" => "588",
"171" => "589",
"226" => "809",
Expand Down
11 changes: 10 additions & 1 deletion priv/signs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9267,6 +9267,15 @@
}
]
},
{
"sources": [
{
"stop_id": "76125",
"route_id": "109",
"direction_id": 0
}
]
},
{
"sources": [
{
Expand Down Expand Up @@ -9744,4 +9753,4 @@
],
"max_minutes": 75
}
]
]

0 comments on commit a2ce248

Please sign in to comment.