Bug report #2611
Check geometry validity returns non OGC compliant result
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | cfarmer - | ||
Category: | Python plugins | ||
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 #: | 12671 |
Description
If try to check such polygon: "with Check geometry validity tool, it returns "Feature contains an unnested hole, but such type of polygon is OGC compliant. I find this type of polygon in PostGIS manual: [http://postgis.refractions.net/docs/ch04.html#OGC_Validity] (pic. (i)), it's valid.
History
#1 Updated by cfarmer - almost 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in ee601b04 (SVN r14607). Hello to all the hackfesters!
Carson