drug007 / geoviewer

Simple viewer for OSM and other geospatial data
MIT License
0 stars 1 forks source link

Improper interthread message processing #9

Closed drug007 closed 10 years ago

drug007 commented 10 years ago

If tile loading is fast then application doesn't react to user input until loading is finished. It's because message read from queue while queue isn't empty. If loading fast - queue won't be empty until loading is finished.