abidinamdar / gmapcatcher

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

Track control drawing failed #412

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With the latest source, when i execute it and i want to display gps track with 
track control, it does nothing, due to a thread error at startup.

self.draw_line(track, 'red', self.zl, False)

Just replace this line (mapDrawingArea.py line 199) by it in order to fix the 
problem.

self.draw_line(track, 'red', self.zl)

Best regards,
Rémi Debord.

Original issue reported on code.google.com by remi.deb...@gmail.com on 7 Aug 2014 at 2:55

GoogleCodeExporter commented 8 years ago
Thank you, I will check on that shortly

Original comment by heldersepu on 7 Aug 2014 at 3:04