WAGIS / wap_plugin

GNU General Public License v3.0
4 stars 2 forks source link

Python Error in WAPlugin #26

Closed vhphari closed 7 months ago

vhphari commented 10 months ago

After successful Installation, this error has come in QGIS 3.28.

2023-11-22T12:12:15 WARNING Traceback (most recent call last): File "C:\Users/vhpha/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\wap_plugin-master\wap_plugin.py", line 796, in run self.coord_select_tool = CoordinatesSelectorTool(self.iface.mapCanvas(), File "C:\Users/vhpha/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\wap_plugin-master\utils\tools.py", line 41, in init self.reset() File "C:\Users/vhpha/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\wap_plugin-master\utils\tools.py", line 50, in reset self.rubberBand.reset(True) TypeError: QgsRubberBand.reset(): argument 1 has unexpected type 'bool'

fhfonsecaa commented 7 months ago

Hi sorry, for the delay. I noticed you have a different version than the last one supported. The plugin was developed for qgis v3.16. We just released a patch to fix this. You can find it in the plugin manager or our repo.

https://github.com/WAGIS/wap_plugin/releases/tag/v2.0.1

Please bear in mind the following: