Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix freeze on long indexation for snapping on intersections #59519

Open
wants to merge 1 commit into
base: queued_ltr_backports
Choose a base branch
from

Commits on Nov 25, 2024

  1. Fix freeze on long indexation for snapping on intersections

    If snap on intersections is enabled, this specific edge search with the
    locator was not in relaxed mode, whereas the standard snapping is
    happening in relaxed mode.
    
    As a result, trying to use the snapping during the first indexation was
    freezing QGIS while the indexation is happening, waiting for it to end.
    
    On a layer where the indexation is longer than the timeout (30sec, i.e.
    a WFS layer as in issue qgis#51179), the locator stops abruptly and resets
    itself, crashing the indexation and QGIS.
    Djedouas committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c87d85d View commit details
    Browse the repository at this point in the history