diff --git a/NEWS.md b/NEWS.md index 75b4165..a068856 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/otp-plan.R b/R/otp-plan.R index 82d3719..d0f4748 100644 --- a/R/otp-plan.R +++ b/R/otp-plan.R @@ -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" ),