google-code-export / posit-mobile

Automatically exported from code.google.com/p/posit-mobile
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Track disappears when screen touched #351

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. During Tracking, when either gathering points 
   or viewing an existing track,
2. Touch the screen

What is the expected output? What do you see instead?

The track will disappear. It is apparently not being
redrawn when the screen is touched.  This bug is 
probably related to changes made when
implementing clustering.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ram8...@gmail.com on 6 May 2012 at 1:20

GoogleCodeExporter commented 9 years ago
Temporarily fixed this by disabling the clustering feature in maps.  It is 
using an MapViewExtended and overriding some inherited methods, but these were 
somehow interfering with Tracker.   

Original comment by ram8...@gmail.com on 16 May 2012 at 6:15