mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Additional updates to 'Union' geoprocessing tool:Fixes #1865 again, this time properly! Should also fix other complaints regarding missing features in output shapefile.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11347 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
456cef1aab
commit
b5eefa525a
@ -1036,6 +1036,14 @@ class geoprocessingThread( QThread ):
|
||||
except:
|
||||
FEATURE_EXCEPT = False
|
||||
continue
|
||||
else:
|
||||
try:
|
||||
outFeat.setGeometry( geom )
|
||||
outFeat.setAttributeMap( atMapA )
|
||||
writer.addFeature( outFeat )
|
||||
except:
|
||||
FEATURE_EXCEPT = False
|
||||
continue
|
||||
except:
|
||||
GEOS_EXCEPT = False
|
||||
found = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user