Open ghost opened 6 years ago
Found a quick fix: It works if I insert the following line before line 353 in meshlayer_flow_tool.py
from qgis.PyQt.QtGui import QApplication
Just copy-pasted it from the working temporal graph python file, as I have a "rather limited" understanding of Python. So maybe somebody can add this (at the proper position possibly) to the main code?
Copy-pasting the temporal graph works (e.g. to have the timeseries in Excel.). Same thing for the "Flow" tool does not work. Problem is reproducible with different QGIS Versions. Any easy fix for that? (Plugin version 1.0.1? At least according to the QGIS Plugin Repository)