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
assertline.convertToType(QGis.Polygon, False) isNone , "convertToType to polygon of a 3 vertices lines with first and last vertex identical should return a null geometry"
1264
+
# MULTILINE ( with a part of 3 vertices, with first = last ) TO MULTIPOLYGON
assertmultiline.convertToType(QGis.Polygon, True) isNone , "convertToType to polygon of a 3 vertices lines with first and last vertex identical should return a null geometry"
0 commit comments