Skip to content

Commit

Permalink
Clipper: Add Berryessa BART station
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-monkeys committed Oct 11, 2022
1 parent fe89486 commit af1a83e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ 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(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 af1a83e

Please sign in to comment.