irfan-arshad-arbisoft / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

wrong things displayed to the center of the screen in the maps #1597

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.since few days, when i displaying a map (new map or recorded map)
2.all the Track line is rallied to the center of the screen

What version of MyTracks are you using? On what version of Android? On what
phone?
Android 4.1.1
Mytrack 2.0.10

Thanks 

Original issue reported on code.google.com by BARTOSTH...@gmail.com on 10 May 2015 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
I have exactly the same problem. In addition, all my saved tracks now display 
in exactly the same way, so it seems to be a display problem.

Nexus 7 (2012)
Android Version 5.1.1
Build No LMY47V
My Tracks Version 2.0.10

Original comment by crannogh...@gmail.com on 10 May 2015 at 2:55

GoogleCodeExporter commented 9 years ago
I have the same problem on my Nexus 7 (2012) running Android 4.4.4.  It appears 
to be that an incorrect GL drawing command is being used.  Maybe 
GL_TRIANGLE_FAN instead of GL_LINE_STRIP?  It appears to have a line drawn from 
a single point to each vertex in the track.

This happens in normal map mode and in the new 3d Earth mode.  Though in Earth 
mode there are many central points instead of just a single one like in 
traditional map modes.

Original comment by scott.mi...@gmail.com on 17 May 2015 at 1:06