3nids / quickfinder

Quick Finder is a QGIS 2.x plugin offering a single place to perform searches on project layers and online remote services
http://3nids.github.io/quickfinder/
Other
8 stars 14 forks source link

[BUGFIX] Handle errors when retrieving geometry data - master_2 #59

Open mdouchin opened 7 years ago

mdouchin commented 7 years ago

Add a try/except to avoid the plugin to fail creating the fts data.

mdouchin commented 7 years ago

@3nids could you please review this PR and accept it if ok for you ? I have needed this try for many different datasets, and this would be great to release a new plugin bug fix version only for this.

3nids commented 7 years ago

when does this error arise? any way to reproduce?

would be better to have this fixed than going through try/except.

Sorry for the delay.

mdouchin commented 7 years ago

I need to find a public dataset to reproduce this error. I will also publish here the full python error (or a print screen if I cannot reproduce it).