Skip to content

Commit

Permalink
Merge pull request #94 from daniel-heppner-ibigroup/main
Browse files Browse the repository at this point in the history
add missing leg modes
  • Loading branch information
leonardehrenfried authored Jan 3, 2025
2 parents d17207d + d3cc673 commit 0a144d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/java/org/opentripplanner/client/model/LegMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ public enum LegMode {
CARPOOL,
BICYCLE,
SCOOTER,
CAR;
CAR,
TAXI,
CABLE_CAR,
AIRPLANE,
FUNICULAR,
FLEX,
GONDOLA,
TROLLEYBUS;

private static final Set<LegMode> NON_TRANSIT_MODES = EnumSet.of(CAR, SCOOTER, BICYCLE, WALK);

Expand Down

0 comments on commit 0a144d6

Please sign in to comment.