Bug report #12896
regression: a multipolygon shapefile fails to render
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Marco Hugentobler | ||
Category: | Map Canvas | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20986 |
Description
On QGIS master, the attached shapefile fails to render its single multipolygon properly. Instead of rendering all parts of the single multipolygon, the rendering process stops halfway, failing to draw most of it (including, if I'm not wrong, its principal part).
Steps to reproduce:- Open QGIS, and create a blank project
- Add the attached shapefile layer
- You'll notice most of the canvas will be blank, with the exception of some small polygon parts at the bottom of the canvas
If you open the layer property window and disable simplification, the whole multipolygon is drawn properly. This is a regression that appeared following the geometry improvement commits.
History
#1 Updated by Nathan Woodrow over 9 years ago
Confirmed here too.
#2 Updated by Giovanni Manghi over 9 years ago
- Assignee set to Marco Hugentobler
- Category set to Digitising
#3 Updated by Giovanni Manghi over 9 years ago
- Category changed from Digitising to Map Canvas
#4 Updated by Mathieu Pellerin - nIRV over 9 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
- % Done changed from 0 to 100
commit 211d28b fixed this regression, closing.