Navigation Menu

Skip to content

Commit

Permalink
[processing] do not exit loop in intersect if there are errors
Browse files Browse the repository at this point in the history
fixes #14908
  • Loading branch information
volaya committed May 27, 2016
1 parent 841f8fb commit f4ca847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/Intersection.py
Expand Up @@ -112,7 +112,6 @@ def processAlgorithm(self, progress):
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)
Expand Down

0 comments on commit f4ca847

Please sign in to comment.