Bug report #536
Z-order reversed between legend and map canvas
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Martin Dobias | ||
Category: | Map Canvas | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 10595 |
Description
The z-order of layers in the legend is opposite of the map canvas. Layers at the top of the legend list should be at the top of the layer stack on the canvas.
Add alaska.shp from sample data.
Add lakes.shp from sample data.
Lakes are at top of legend, but are "underneath" the alaska layer and not visible. Moving lakes to the bottom of the legend list makes them appear on top of the alaska layer.
Associated revisions
Reverse iterate through the map layers when rendering. Fixes #536.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6427 c8812cc2-4d05-0410-92ff-de0c093fc19c
Reverse iterate through the map layers when rendering. Fixes #536.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6427 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Magnus Homann almost 18 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed by 941136b2 (SVN r6428).
#2 Updated by Anonymous over 15 years ago
Milestone Version 0.9 deleted