Skip to content

Commit

Permalink
Prepare geometry engine
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 25, 2018
1 parent 6f0881e commit f78bdf0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -88,6 +88,7 @@ void QgsGeometryMissingVertexCheck::processPolygon( const QgsCurvePolygon *polyg
}

geomEngine = QgsGeometryCheckerUtils::createGeomEngine( boundaries.get(), mContext->tolerance );
geomEngine->prepareGeometry();

const QgsFeatureIds fids = featurePool->getIntersects( boundaries->boundingBox() );

Expand Down

0 comments on commit f78bdf0

Please sign in to comment.