Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
setInvalidGeometryCheck on the request
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/analysis/processing/qgsoverlayutils.cpp
|
@@ -92,6 +92,7 @@ void QgsOverlayUtils::difference( const QgsFeatureSource &sourceA, const QgsFeat |
|
|
|
|
|
QgsFeature featA; |
|
|
QgsFeatureRequest requestA; |
|
|
requestA.setInvalidGeometryCheck( context.invalidGeometryCheck() ); |
|
|
if ( outputAttrs == OutputBA ) |
|
|
requestA.setDestinationCrs( sourceB.sourceCrs(), context.transformContext() ); |
|
|
QgsFeatureIterator fitA = sourceA.getFeatures( requestA ); |
|
|