You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is working as intended. I am able to continuously select the "Explore Further" button before selecting a feature above. I think it should only allow this on a selected feature that has something to explore further. Should probably have an error pop up message.
Relevant python error I get -> 2022-10-28T12:35:54 WARNING Traceback (most recent call last): File "C:\Users/Myles/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\kwg_geoenrichment\kwg_plugin_enrichment_dialog.py", line 170, in addLearnMore for key in self.spoDict[self.degreeCount - 1]["o"]: KeyError: 'o'
If I try and explore further on a literal, there is a popup message that appears to work fine
This is running on Windows, with the most recent plugin version (v0.4)
The text was updated successfully, but these errors were encountered:
I don't think this is working as intended. I am able to continuously select the "Explore Further" button before selecting a feature above. I think it should only allow this on a selected feature that has something to explore further. Should probably have an error pop up message.
Relevant python error I get ->
2022-10-28T12:35:54 WARNING Traceback (most recent call last): File "C:\Users/Myles/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\kwg_geoenrichment\kwg_plugin_enrichment_dialog.py", line 170, in addLearnMore for key in self.spoDict[self.degreeCount - 1]["o"]: KeyError: 'o'
If I try and explore further on a literal, there is a popup message that appears to work fine
This is running on Windows, with the most recent plugin version (v0.4)
The text was updated successfully, but these errors were encountered: