kartoza / GeoContextQGISPlugin

A QGIS Plugin for the GeoContext API
GNU General Public License v3.0
1 stars 2 forks source link

Processing results erratic and takes too long #14

Closed LesegoMohaule closed 2 years ago

LesegoMohaule commented 2 years ago

Sometimes when you click on a feature using the cursor nothing happens. The time it takes for the output to show after selection is too long.

vermeulendivan commented 2 years ago

This is due to response times and especially if its a large number of results being retrieved. Best will be to create some form of a thread. Will look into this.