Skip to content

Commit f4ca847

Browse files
committedMay 27, 2016
[processing] do not exit loop in intersect if there are errors
fixes #14908
1 parent 841f8fb commit f4ca847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/algs/qgis/Intersection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def processAlgorithm(self, progress):
112112
self.tr('GEOS geoprocessing error: One or '
113113
'more input features have invalid '
114114
'geometry.'))
115-
break
116115
try:
117116
if int_geom.wkbType() in wkbTypeGroups[wkbTypeGroups[int_geom.wkbType()]]:
118117
outFeat.setGeometry(int_geom)

0 commit comments

Comments
 (0)
Please sign in to comment.