Skip to content

Commit

Permalink
Clipper: Add Warm Springs BART Station (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
4U6U57 authored and codebutler committed Sep 4, 2019
1 parent a72cdee commit 18b347e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ final class ClipperData {
.put(0x2bL, Station.create("Millbrae Station", "Millbrae", "37.599935", "-122.386478"))
.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"))
.build();

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

0 comments on commit 18b347e

Please sign in to comment.