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! :)
Modrana doesn't open (start the program) with the map at the most recent position before closing during last run.
If started without GPS signal, this requires user to scroll across the planet to his current position, and download hundreds of tiles, costing many minutes and wasting a lot of bandwidth.
Request modrana remembering the last location of the last run.
Hmm, that really sounds like a bug - IIRC it should remember last known good position and then center on it on the next start. If it doesn't do that then something like broke that logic & has to be fixed. :P
Modrana doesn't open (start the program) with the map at the most recent position before closing during last run.
If started without GPS signal, this requires user to scroll across the planet to his current position, and download hundreds of tiles, costing many minutes and wasting a lot of bandwidth.
Request modrana remembering the last location of the last run.
Thanks.