Prepare geometry engine

This commit is contained in:
Matthias Kuhn 2018-09-25 06:59:23 +02:00
parent 6f0881ed07
commit f78bdf0541
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -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() );