Bug report #5411

Highlighted features are not at top of the canvas

Added by Mike Taves about 12 years ago. Updated about 5 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Map Canvas
Affected QGIS version:master Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:end of life
Crashes QGIS or corrupts data:No Copied to github as #:15076

Description

It is important to see highlighted features on the map, however in QGIS 1.7.4, highlighted features can be visually obscured by other features where they overlap. This is as a result due to the ordering of drawing features on the map canvas.

For example, creating a PostGIS 2.0 table:

create table stacked_points (id integer primary key, geom geometry(Point,4326));
insert into stacked_points(id, geom) values(1, 'SRID=4326;POINT(1 1)');
insert into stacked_points(id, geom) values(2, 'SRID=4326;POINT(1 1)');

When viewing this in QGIS, it appears there is only one point, which is expected since the points overlap. However, when each feature is selected from the attribute table, only the bottom-most feature is visually highlighted on the map canvas, since it is the last drawn on the map canvas. The first feature (or any other features beneath) cannot be highlighted on the map canvas, as it is masked by the non-highlighted feature.

History

#1 Updated by Paolo Cavallini over 11 years ago

  • Target version changed from Version 1.8.0 to Version 2.0.0

#2 Updated by Jürgen Fischer almost 10 years ago

  • Target version changed from Version 2.0.0 to Future Release - Lower Priority

#3 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No
  • Regression? set to No

#4 Updated by Giovanni Manghi about 5 years ago

  • Resolution set to end of life
  • Status changed from Open to Closed

Also available in: Atom PDF