posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

zoom to last edit #35

Closed dalekunce closed 9 years ago

dalekunce commented 9 years ago

After a successful form save. Next time user opens OMK zoom to last edit area if the form name is the same.

hallahan commented 9 years ago

39 will solve this. Do you want to:

  1. Zoom to wherever the map was last (simple)
  2. Keep track of wherever the map was last for a given form and zoom there. (Not hard to implement, maybe confusing for user?)
hallahan commented 9 years ago

Done via #39