Re: [Qgis-user] Issue with How Selected Features are Displayed When Overlapping

2021-04-16 Thread Thayer Young
   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 >To: Nicolas Cadieux >Cc: qgis-user ,  qgis-developer     >Subject: Re: [Qgis-user]

Re: [Qgis-user] Issue with How Selected Features are Displayed When Overlapping

2021-04-15 Thread Jeff Sonnentag
I have noticed the same thing and much prefer the ArcMap setup/visible selected feature design/operation ability. From: Qgis-user On Behalf Of C Hamilton Sent: Thursday, April 15, 2021 8:14 AM To: qgis-user ; qgis-developer Subject: [Qgis-user] Issue with How Selected Features are Displayed

Re: [Qgis-user] Issue with How Selected Features are Displayed When Overlapping

2021-04-15 Thread C Hamilton
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 l

Re: [Qgis-user] Issue with How Selected Features are Displayed When Overlapping

2021-04-15 Thread Nicolas Cadieux
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 a écrit : > >  > I have a user complaint with QGIS who explained that when point

[Qgis-user] Issue with How Selected Features are Displayed When Overlapping

2021-04-15 Thread C Hamilton
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