Closed thfield closed 8 years ago
if bus route diverges (outbound/inbound go along different streets, eg one-ways) the drawn route doesn't show it.
why? routes_controller#busline.shapesFromMyRoute only grabs trip from first stop on route.
solution? look at trip.direction_id and grab shapes from one of each
solved with #13
if bus route diverges (outbound/inbound go along different streets, eg one-ways) the drawn route doesn't show it.
why? routes_controller#busline.shapesFromMyRoute only grabs trip from first stop on route.
solution? look at trip.direction_id and grab shapes from one of each