Skip to content

Commit

Permalink
Clipper: Add Berryessa BART station
Browse files Browse the repository at this point in the history
(also placeholder for assumed id of Milpitas)
  • Loading branch information
infinite-monkeys committed Oct 10, 2022
1 parent fe89486 commit 03abfd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ final class ClipperData {
.put(0x2cL, Station.create("West Dublin/Pleasanton Station", "W. Dublin/Pleasanton", "37.699764", "-121.928118"))
.put(0x2dL, Station.create("Oakland Airport Station", "OAK Airport", "37.75256", "-122.19806"))
.put(0x2eL, Station.create("Warm Springs/South Fremont Station", "Warm Springs", "37.5018136", "-121.938736"))
//.put(0x2fL, Station.create("Milpitas Transit Center", "Milpitas", "37.4102780", "-121.891111"))
.put(0x30L, Station.create("Berryessa/North San José station", "Berryessa", "37.3683616", "-121.874655"))
.build();

static final Map<Long, String> GG_FERRY_ROUTES = ImmutableMap.<Long, String>builder()
Expand Down

0 comments on commit 03abfd8

Please sign in to comment.