CUTR-at-USF / OpenTripPlanner-for-Android

An Android app for multi-modal trip planning and navigation using any OpenTripPlanner server.
Other
129 stars 91 forks source link

Route zoom may crash the app #450

Closed vreixo closed 10 years ago

vreixo commented 10 years ago

There is a problem with the current method to zoom a new obtained route. This mechanism centers it on first transit step to show the full popup and also show the full route on the screen.

The problem is that this relies on the supposition that even non visible points are going to be calculated and are possible to transform to latitude/longitude. This is true like in 99% of the cases, but I have had some issues with this in the past days with actual release, although I'm not able to reproduce this now.