Skip to content

Commit

Permalink
processing Union fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Nov 15, 2017
1 parent b0c13da commit 2d188e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/Union.py
Expand Up @@ -211,7 +211,7 @@ def processAlgorithm(self, parameters, context, feedback):
request.setDestinationCrs(sourceA.sourceCrs())

# use prepared geometries for faster intersection tests
engine = QgsGeometry.createGeometryEngine(diff_geom.constGet.ge())
engine = QgsGeometry.createGeometryEngine(diff_geom.constGet())
engine.prepareGeometry()

for featB in sourceA.getFeatures(request):
Expand Down

0 comments on commit 2d188e9

Please sign in to comment.