root676 / QNEAT3

QNEAT3 - Qgis Network Analysis Toolbox 3
GNU General Public License v3.0
63 stars 12 forks source link

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

Open Intuos5 opened 12 months ago

Intuos5 commented 12 months ago

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 `