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
Original issue reported on code.google.com by
remi.deb...@gmail.com
on 7 Aug 2014 at 2:55