Skip to content

Commit

Permalink
Update TransitModeMapper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca authored Aug 28, 2024
1 parent 05a057b commit 164e349
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static TransitMode mapMode(int routeType) {
case 5 -> TransitMode.CABLE_CAR;
case 6 -> TransitMode.GONDOLA;
case 7 -> TransitMode.FUNICULAR;
case 8 -> TransitMode.AIRPLANE;
case 11 -> TransitMode.TROLLEYBUS;
case 12 -> TransitMode.MONORAIL;
default -> throw new IllegalArgumentException("unknown gtfs route type " + routeType);
Expand Down

0 comments on commit 164e349

Please sign in to comment.