Bug report #9686
Geometry simplification bug with grid layer
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alvaro Huarte | ||
Category: | Map Canvas | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18251 |
Description
Using layer simplification on a square grip leads to rendering artifacts : only triangles are shown.
Related issues
History
#1 Updated by Giovanni Manghi over 10 years ago
- Assignee set to Alvaro Huarte
- Affected QGIS version changed from 2.2.0 to master
#2 Updated by Alvaro Huarte over 10 years ago
Hi, I have located the error, these geometries are not closed (they have 4 points), I fix it.
Thanks
Alvaro
#3 Updated by Alvaro Huarte over 10 years ago
This pull fixes the bug:
https://github.com/qgis/QGIS/pull/1220
Alvaro
#4 Updated by Alvaro Huarte over 10 years ago
- Resolution set to fixed/implemented
- Pull Request or Patch supplied changed from No to Yes