You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 7 Aug 2014 at 2:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Aug 2014 at 2:55The text was updated successfully, but these errors were encountered: