Hi Calvin,
I also agree this is a pain. 
I think the official response to this problem is to right click on the feature 
in the attribute table and select "Flash Feature" which flashes the feature in 
red. I usually use transparency when things overlap. If that is not good enough 
alone, you can combine it with rule based symbology. For example, everything is 
opaque until something is selected, then only the selected feature is opaque 
and the rest are for example 30% opaque:
100% opacity rule:  (is_selected() AND num_selected( ) > 0) OR num_selected() = 
030% opacity   rule:  not is_selected() AND num_selected( ) > 0
But this won't work if you have different layers that are obscuring each other.
-Thayer


>Date: Thu, 15 Apr 2021 13:38:39 -0400
>From: C Hamilton <adenacult...@gmail.com>
>To: Nicolas Cadieux <njacadieux.git...@gmail.com>
>Cc: qgis-user <qgis-user@lists.osgeo.org>,  qgis-developer
    <qgis-develo...@lists.osgeo.org>
>Subject: Re: [Qgis-user] Issue with How Selected Features are
    Displayed When Overlapping
>Message-ID:
    <CABPxTTpS_5S77c8zDQ6M8w-JSiZhb6JF638Q4-QS2B0egs=a...@mail.gmail.com>
>Content-Type: text/plain; charset="utf-8"

>If there is a large cluster of points obscuring the selected point, even
>that method will not work.

>Has there been any interest in changing this behavior in QGIS?

On Thu, Apr 15, 2021 at 11:46 AM Nicolas Cadieux <
njacadieux.git...@gmail.com> wrote:

> Hi,
> Indeed... I usually select a thicker line for feature that are below. This
> way, I can see the selection even if it?s hidden.
>
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
> Le 15 avr. 2021 ? 11:14, C Hamilton <adenacult...@gmail.com> a ?crit :
>
> ?
> I have a user complaint with QGIS who explained that when point features
> overlap and one is selected from  the attribute table but is underneath
> other features, you cannot see it highlighted because it is covered by
> other points. Is there any way to have it show that there is a highlighted
> feature there even though it is underneath non-highlighted features? In
> ArcMap the highlights are always shown on the top level of the canvas even
> if they are covered by non-highlighted features.
>
> I tested this in QGIS and the user was correct.
>
> Thanks,
>
> Calvin
> _______________________________________________
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/qgis-user/attachments/20210415/9ca88664/attachment-0001.html>

  
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to