Skip to content

Commit fe89486

Browse files
Clipper: Add SF Bay Ferry's Oakland Ferry Terminal
1 parent fbfd9e2 commit fe89486

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ final class ClipperData {
132132

133133
static final Map<Long, Station> SF_BAY_FERRY_TERMINALS = ImmutableMap.<Long, Station>builder()
134134
.put(0x01L, Station.create("Alameda Main Street Terminal", "Alameda Main St.", "37.790668", "-122.294036"))
135+
.put(0x05L, Station.create("Oakland Ferry Terminal", "Oakland", "37.795208", "-122.280228"))
135136
.put(0x08L, Station.create("San Francisco Ferry Building", "Ferry Building", "37.795873", "-122.391987"))
136137
.build();
137138

0 commit comments

Comments
 (0)