mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	[processing] do not exit loop in intersect if there are errors
fixes #14908
This commit is contained in:
		
							parent
							
								
									841f8fb74e
								
							
						
					
					
						commit
						f4ca847660
					
				@ -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)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user