Skip to content

Commit

Permalink
If biking is faster than park & ride, remove park&ride
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jun 28, 2021
1 parent a076cb6 commit da5cc64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public RequestModes getRequestModes() {
if(transitModes.isEmpty()) {
directMode = StreetMode.CAR_TO_PARK;
} else {
directMode = null;
directMode = StreetMode.BIKE;
}
} else if (requestMode.qualifiers.contains(Qualifier.PICKUP)) {
accessMode = StreetMode.WALK;
Expand Down

0 comments on commit da5cc64

Please sign in to comment.