You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the "Select Features by area or single click" map tool is used "by single click", then it always selects only 1 feature, even if there are more than 1 overlapping features.
This behaviour is different from the one of the same tool when it is used "by area", or from the one of all the other "Select Features" map tool: all the overlapping features are always selected.
Steps to reproduce the issue
Add to the map or create a polygon vector layer containing overlapping polygons
select the "Select Features by area or single click" map tool and click on a point on the map which is contained by multiple polygon features
observe that only 1 polygon feature is select instead of all the polygon features that contain the clicked point
@agiudiceandrea From an old CAD user, I think it's by design and not a bug.
For this simple case :
Clicking inside id = 3 polygon, could select the three polygons, however, using the single click, is like, "I want the 'last'/'superior' polygon".
However, one can consider as a bug, the single click, which doesn't respect the "control feature rendering order"
Here, the id = 3 is still the selected polygon. So, my "assumption" : "I want the 'last'/'superior' polygon", is eventually "I want the 'last' polygon" whatever the rendering order. Is it a bug? Maybe
What is the bug or the crash?
When the "Select Features by area or single click" map tool is used "by single click", then it always selects only 1 feature, even if there are more than 1 overlapping features.
This behaviour is different from the one of the same tool when it is used "by area", or from the one of all the other "Select Features" map tool: all the overlapping features are always selected.
Steps to reproduce the issue
Versions
QGIS 3.40.2 / QGIS 3.34.14 on Windows 10
Supported QGIS version
New profile
Additional context
Not sure if such behaviour is intended or not.
The corresponding "Identify Feature(s) by single click" map tool correctly identifies all the polygon features that contain the clicked point.
The docs don't look like containing a mention of any different behaviour of the "Select Features" by single click map tool.
The text was updated successfully, but these errors were encountered: