Skip to content

Commit 03abfd8

Browse files
Clipper: Add Berryessa BART station
(also placeholder for assumed id of Milpitas)
1 parent fe89486 commit 03abfd8

File tree

1 file changed

+2
-0
lines changed
  • farebot-transit-clipper/src/main/java/com/codebutler/farebot/transit/clipper

1 file changed

+2
-0
lines changed

farebot-transit-clipper/src/main/java/com/codebutler/farebot/transit/clipper/ClipperData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ final class ClipperData {
118118
.put(0x2cL, Station.create("West Dublin/Pleasanton Station", "W. Dublin/Pleasanton", "37.699764", "-121.928118"))
119119
.put(0x2dL, Station.create("Oakland Airport Station", "OAK Airport", "37.75256", "-122.19806"))
120120
.put(0x2eL, Station.create("Warm Springs/South Fremont Station", "Warm Springs", "37.5018136", "-121.938736"))
121+
//.put(0x2fL, Station.create("Milpitas Transit Center", "Milpitas", "37.4102780", "-121.891111"))
122+
.put(0x30L, Station.create("Berryessa/North San José station", "Berryessa", "37.3683616", "-121.874655"))
121123
.build();
122124

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

0 commit comments

Comments
 (0)