We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 69b199a commit c4e434eCopy full SHA for c4e434e
src/core/qgssnappingutils.cpp
@@ -373,7 +373,7 @@ void QgsSnappingUtils::prepareIndex( const QList<LayerAndAreaOfInterest> &layers
373
374
if ( mStrategy == IndexExtent )
375
{
376
- QgsRectangle rect( mMapSettings.extent() );
+ QgsRectangle rect( mMapSettings.visibleExtent() );
377
loc->setExtent( &rect );
378
loc->init();
379
}
0 commit comments