WhereGroup / spatial_filter

A QGIS plugin to spatially filter project layers for speed and efficiency
GNU General Public License v3.0
7 stars 2 forks source link

QGIS continues ongoing rendering when filter is applied #31

Open kannes opened 1 month ago

kannes commented 1 month ago

Can we interrupt/cancel QGIS' current rendering once a filter is applied? Otherwise, if QGIS is currently rendering a complex map, it can take quite a while before the filter is "active" and noticeable for the user. Or are we maybe just missing a proper signal to refresh the canvas more quickly and thoroughly?