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
while trying use the tool i am getting his error
Traceback (most recent call last):
File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\coins.py", line 231, in startProcessing
self.processNetworkVector()
File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\coins.py", line 245, in processNetworkVector
myNetwork.splitLines1()
File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\streetHierarchy.py", line 219, in splitLines1
for lineEdge in range(geom.GetPointCount()):
AttributeError: 'NoneType' object has no attribute 'GetPointCount'
The text was updated successfully, but these errors were encountered:
while trying use the tool i am getting his error
![Screenshot (250)](https://private-user-images.githubusercontent.com/165782884/318738985-22b5e5cb-01ff-4330-afa5-01f355737564.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTI1NDMsIm5iZiI6MTczOTE5MjI0MywicGF0aCI6Ii8xNjU3ODI4ODQvMzE4NzM4OTg1LTIyYjVlNWNiLTAxZmYtNDMzMC1hZmE1LTAxZjM1NTczNzU2NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMjU3MjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02MmMwODgxMDk0Y2I3OGQ1ZDEwMDJhOWNlYjJlZTBiODZkNzNmNjk1NDI0M2I5YzRmZDQxZDJlYjliYTk0OGI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Ac1GzOdHo7Pp6tXplltxiAQ1VPShpgvard2tsKxsilI)
Traceback (most recent call last):
File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\coins.py", line 231, in startProcessing
self.processNetworkVector()
File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\coins.py", line 245, in processNetworkVector
myNetwork.splitLines1()
File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\streetHierarchy.py", line 219, in splitLines1
for lineEdge in range(geom.GetPointCount()):
AttributeError: 'NoneType' object has no attribute 'GetPointCount'
The text was updated successfully, but these errors were encountered: