Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Intuos5 opened this issue Aug 2, 2023 · 0 comments
Open

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

Intuos5 opened this issue Aug 2, 2023 · 0 comments

Comments

@Intuos5
Copy link

Intuos5 commented Aug 2, 2023

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant