Skip to content

Commit

Permalink
feat: add headsign, takes for Rte 716, Cobbs Corner Canton
Browse files Browse the repository at this point in the history
  • Loading branch information
sloanelybutsurely committed Jun 20, 2024
1 parent fa81f13 commit f330347
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/pa_ess/utilities.ex
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ defmodule PaEss.Utilities do
{"Waltham", ["Waltham"]},
{"Haymarket", ["Haymrkt", "Haymarkt", "Haymarket"]},
{"Silver Line Way", ["Slvr Ln Way"]},
{"Gallivan Blvd", ["Gallivn", "Gallivan"]}
{"Gallivan Blvd", ["Gallivn", "Gallivan"]},
{"Cobbs Corner Canton", ["Canton"]}
]

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

@route_take_lookup %{
Expand Down Expand Up @@ -654,7 +656,8 @@ defmodule PaEss.Utilities do
"226" => "809",
"230" => "810",
"236" => "811",
"245" => "628"
"245" => "628",
"716" => "888"
}

@atom_take_lookup %{
Expand Down

0 comments on commit f330347

Please sign in to comment.