[processing] do not exit loop in intersect if there are errors

fixes #14908
This commit is contained in:
volaya 2016-05-27 11:26:55 +02:00
parent 841f8fb74e
commit f4ca847660

View File

@ -112,7 +112,6 @@ class Intersection(GeoAlgorithm):
self.tr('GEOS geoprocessing error: One or '
'more input features have invalid '
'geometry.'))
break
try:
if int_geom.wkbType() in wkbTypeGroups[wkbTypeGroups[int_geom.wkbType()]]:
outFeat.setGeometry(int_geom)