Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlighted features are not at top of the canvas #15076

Closed
qgib opened this issue Apr 18, 2012 · 4 comments
Closed

Highlighted features are not at top of the canvas #15076

qgib opened this issue Apr 18, 2012 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Map and Legend Related to map or legend rendering

Comments

@qgib
Copy link
Contributor

qgib commented Apr 18, 2012

Author Name: Mike Taves (Mike Taves)
Original Redmine Issue: 5411
Affected QGIS version: master
Redmine category:map_canvas


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.

@qgib
Copy link
Contributor Author

qgib commented Sep 4, 2012

Author Name: Paolo Cavallini (@pcav)


  • fixed_version_id was changed from Version 1.8.0 to Version 2.0.0

@qgib
Copy link
Contributor Author

qgib commented Jun 28, 2014

Author Name: Jürgen Fischer (@jef-n)


  • fixed_version_id was changed from Version 2.0.0 to Future Release - Lower Priority

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0
  • regression was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Mar 9, 2019

Author Name: Giovanni Manghi (@gioman)


End of life notice: QGIS 2.18 LTR
*
Source:*
http://blog.qgis.org/2019/03/09/end-of-life-notice-qgis-2-18-ltr/


  • resolution was changed from to end of life
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Mar 9, 2019
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Map and Legend Related to map or legend rendering labels May 24, 2019
@qgib qgib added this to the Future Release - Lower Priority milestone May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Map and Legend Related to map or legend rendering
Projects
None yet
Development

No branches or pull requests

1 participant