M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
66 stars 21 forks source link

Route drawn incorrectly after screen rotation #240

Closed vpodzime closed 6 years ago

vpodzime commented 6 years ago

If screen rotation happens while a route is drawn in the map, the route is not redrawn as a reaction to the event and is thus off the correct route.

A possible workaround is to move the map a bit which triggers redraw, but then one loses the "always center" functionality and has to also hit the button to get it back. This is really uncomfortable and potentially dangerous while driving/riding.