havatv / qgisnnjoinplugin

GNU General Public License v2.0
7 stars 8 forks source link

NNJoin #37

Open TNogatz opened 3 months ago

TNogatz commented 3 months ago

Hello Håvard, I've installed NNJoin on a clean QGIS environment without further third party plugins. I've tried with QGIS 3.34.7 and 3.36.3 running on Windows 10. I've tried on two different computers.

When I start NNJoin the following python error occures:

2024-05-30T17:50:25 WARNING Traceback (most recent call last): File "C:\Users/snbuser/AppData/Roaming/QGIS/QGIS3\profiles\20240530/python/plugins\NNJoin\NNJoin_plugin.py", line 137, in run self.dlg.progressBar.setValue(0.0) TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'

So NNJoin does not start.

Best wishes, Thomas