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
2021-04-23T21:18:50 WARNING Traceback (most recent call last):
File "E:\Portable\QGIS-3.4.11-64bit\qgisconfig\profiles\default/python/plugins\polystrip\poly_strip.py", line 244, in run
self.dlg.polystrip(layer)
File "E:\Portable\QGIS-3.4.11-64bit\qgisconfig\profiles\default/python/plugins\polystrip\poly_strip_dialog.py", line 57, in polystrip
get_all_pages(layer, width, height, srid, coverage, covstart)
File "E:\Portable\QGIS-3.4.11-64bit\qgisconfig\profiles\default/python/plugins\polystrip\poly_strip_alg.py", line 79, in get_all_pages
azimuth = startpoint.asPoint().azimuth(endpoint.asPoint())
ValueError: Null geometry cannot be converted to a point.
The text was updated successfully, but these errors were encountered:
hi and thanks for your report.
Could you please describe what you did and where the error happened?
With only the error I can see that something happened but I can hardly reproduce it.
2021-04-23T21:18:50 WARNING Traceback (most recent call last):
File "E:\Portable\QGIS-3.4.11-64bit\qgisconfig\profiles\default/python/plugins\polystrip\poly_strip.py", line 244, in run
self.dlg.polystrip(layer)
File "E:\Portable\QGIS-3.4.11-64bit\qgisconfig\profiles\default/python/plugins\polystrip\poly_strip_dialog.py", line 57, in polystrip
get_all_pages(layer, width, height, srid, coverage, covstart)
File "E:\Portable\QGIS-3.4.11-64bit\qgisconfig\profiles\default/python/plugins\polystrip\poly_strip_alg.py", line 79, in get_all_pages
azimuth = startpoint.asPoint().azimuth(endpoint.asPoint())
ValueError: Null geometry cannot be converted to a point.
The text was updated successfully, but these errors were encountered: