New issue 484 by inf71...@gmail.com: Frequencies & stops-for-route API
method
http://code.google.com/p/onebusaway/issues/detail?id=484
What steps will reproduce the problem?
1. Set frequencies in GTFS for one route
2. Build OBA
What is the expected output? What do you see instead?
Response from method stops-for-route
<stopGroupings><stopGrouping><type>direction</type><ordered>true</ordered><stopGroups/></stopGrouping></stopGroupings>
method don't return stop sequences and number of directions like in normal
case when each trip is describe separately in trips.txt file.
Comment #1 on issue 484 by bdfer...@onebusaway.org: Frequencies &
stops-for-route API method
http://code.google.com/p/onebusaway/issues/detail?id=484
Committed in r5096. Thanks for the bug report. Sorry it took so long to
fix.