opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.21k stars 1.03k forks source link

Ability to plan a trip to multiple destinations (in a particular order) for bicycling trips #549

Closed pdxmele closed 4 years ago

pdxmele commented 13 years ago

Current API allows for multiple destinations, but only through TSP (traveling salesman) solver. Users who want to plan a bike trip to multiple destinations in a particular order (Hillsboro to downtown to Beaverton and back to Hillsboro) will appreciate the ability to plan the full trip all in one request, instead of using a request for each segment.

novalis commented 13 years ago

backend in bf318083091 -- the additional parameter is intermediatePlacesOrdered=true

abyrd commented 13 years ago

It would be very cool to be able to specify, for each stop, the amount of time between arrival and departure. This way you can plan a trip that leaves you X minutes to achieve something before starting the next leg (go to store etc.) The front end might involve a context menu on intermediate points.