Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track control drawing failed #412

Open
GoogleCodeExporter opened this issue Nov 9, 2015 · 1 comment
Open

Track control drawing failed #412

GoogleCodeExporter opened this issue Nov 9, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Thank you, I will check on that shortly

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant