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
Traceback (most recent call last):
File "C:\Users/di/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\joinmultiplelines\joinmultiplelines.py", line 185, in run
newgeom = self.Step(newgeom, geomlist)
File "C:\Users/di/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\joinmultiplelines\joinmultiplelines.py", line 114, in Step
i_lastvertex = self.LastVertex(i_geom)
File "C:\Users/di/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\joinmultiplelines\joinmultiplelines.py", line 100, in LastVertex
return geom.vertexAt(self.LastVertexIndex(geom))
File "C:\Users/di/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\joinmultiplelines\joinmultiplelines.py", line 97, in LastVertexIndex
return len(geom.asPolyline()) - 1
ValueError: Null geometry cannot be converted to a polyline.
LocatePoints 0.3.4, QGIS 3.24.3-Tisler on Windows 10
The text was updated successfully, but these errors were encountered:
Steps to reproduce
LocatePoints 0.3.4, QGIS 3.24.3-Tisler on Windows 10
The text was updated successfully, but these errors were encountered: