Skip to content

Commit d8406b8

Browse files
xaviablazacodebutler
authored andcommitted
Add Pleasant Hill station (#181)
1 parent 1ff6c44 commit d8406b8

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ final class ClipperData {
9191
.put(0x0fL, Station.create("Rockridge Station", "Rockridge", "37.84463", "-122.251825"))
9292
.put(0x11L, Station.create("Lafayette Station", "Lafayette", "37.89318", "-122.1246409"))
9393
.put(0x12L, Station.create("Walnut Creek Station", "Walnut Creek", "37.90563", "-122.06744"))
94+
.put(0x13L, Station.create("Pleasant Hill/Contra Costa Centre Station", "Pleasant Hill", "37.928399", " -122.055992"))
9495
.put(0x14L, Station.create("Concord Station", "Concord", "37.97376", "-122.02903"))
9596
.put(0x15L, Station.create("North Concord/Martinez Station", "N. Concord/Martinez", "38.00318", "-122.02463"))
9697
.put(0x17L, Station.create("Ashby Station", "Ashby", "37.85303", "-122.269965"))

0 commit comments

Comments
 (0)