TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.
Creative Commons Zero v1.0 Universal
615 stars 86 forks source link

fix for issue #102: wait for threads to end before destroying mapview… #103

Closed joergmlpts closed 1 year ago

joergmlpts commented 1 year ago

When we allow all threads to cleanly shutdown before the mapview widget is destroyed, issue #102, the fatal in a thread when closing the mapview window, disappears.

Aareon commented 1 year ago

LGTM 👍