root676/QNEAT3

Iso-Area as Polygons (from Layer) - unexpected type 'int' error

Intuos5 opened this issue · 0 comments

Using QNEAT 1.0.5 iin QGIS 3.30.3, I get the following error when I input a points layer in the 'Iso-Area as Polygons (from Layer) algorithm.
Note that the Iso-Area as Polygons (By Point) does work as expected.

`[QNEAT3Algorithm] This is a QNEAT3 Algorithm: 'Iso-Area as Polygons (from Layer)'
Traceback (most recent call last):
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QNEAT3\algs\IsoAreaAsPolygonsFromLayer.py", line 225, in processAlgorithm
input_coordinates = getListOfPoints(startPoints)
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QNEAT3\Qneat3Utilities.py", line 90, in getListOfPoints
TypeError: QgsWkbTypes.displayString(): argument 1 has unexpected type 'int'

Execution failed after 0.05 seconds
`