Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a problem with the "IndexExtent" snapping indexing strategy. I got a strange behaviour where all indexes were continuously rebuilt when the mouse was close to the mapcanvas border. Proposed solution: - use QgsMapSettings::visibleExtent() instead of QgsMapSettings::extent() for the definition of the index extent - do not try to index features that are beyond the current extent
- Loading branch information