Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed Aug 31, 2023
1 parent 43ef66b commit 0f023b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Fixed bug in `otp_isochrone` when using `fromID`
* Slightly faster routing with large batches
* More mode choices in `otp_plan`

# opentripplanner 0.5.1

Expand Down
2 changes: 1 addition & 1 deletion R/otp-plan.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ otp_plan <- function(otpcon = NA,
"TRANSIT","BUS", "RAIL", "SUBWAY","TRAM", "FERRY",
"GONDOLA","FUNICULAR","AIRPLANE","CABLE_CAR",
"WALK",
"BICYCLE","BICYCLE_RENT","BICYCLE_PARK"
"BICYCLE","BICYCLE_RENT","BICYCLE_PARK",
"CAR","CAR_PARK",
"CAR_HAIL","CARPOOL","CAR_DROPOFF","CAR_PICKUP"
),
Expand Down

0 comments on commit 0f023b6

Please sign in to comment.