BelgianBiodiversityPlatform / qgis-gbif-api

GBIF Occurrences is a QGIS plugin to directly import occurrences from the GBIF API
BSD 3-Clause "New" or "Revised" License
13 stars 5 forks source link

Removing layer throws error and makes plugin unusable #23

Closed peterdesmet closed 8 years ago

peterdesmet commented 8 years ago

As there is currently no way to abort a long request (#8), I removed the layer in which data was being pumped. This threw an error (window), which I closed. When I reopened the plugin, it was no longer responsive.

Restarting QGIS solved the issue.

niconoe commented 8 years ago

Hey @peterdesmet, the plugin is now interruptible (Stop button)!

Do you think that solves the issue?

peterdesmet commented 8 years ago

Yeah, works great.