OpenTreeMap / otm-ios

An OpenTreeMap client for iOS. The OpenTreeMap code can be downloaded at https://github.com/azavea/OpenTreeMap.
http://www.azavea.com/opentreemap
Other
18 stars 22 forks source link

GPS location should update continuously #292

Closed jwalgran closed 8 years ago

jwalgran commented 8 years ago

The initial implementation stops tracking location as soon as it is found

https://github.com/OpenTreeMap/otm-ios/blob/59a0c7cc7abd3ce6e78b250b4c48ef070f80846d/OpenTreeMap/src/OTM/Controllers/OTMMapViewController.m#L900

This prevents the battery drain cause by continuous GPS updates, but ends up causing confusion since the dot does not move as the user walks around.

jwalgran commented 8 years ago

I have implemented this as part of #319