Bug report #15251
'Check geometries' plugin fails to fix overlap
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Sandro Mani | ||
Category: | C++ plugins/Geometry Checker | ||
Affected QGIS version: | 2.14.3 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23187 |
Description
The 'Check geometries' plugin fails to fix the overlap in the attached shape file.
History
#1 Updated by R. R. over 8 years ago
#2 Updated by R. R. over 8 years ago
- File 15251_2.mp4 added
- File 15251_2.zip added
#3 Updated by R. R. over 8 years ago
- File 12251_3.mp4 added
- File 12251_3.zip added
#4 Updated by Sandro Mani over 8 years ago
- Status changed from Open to Closed
15251.zip: fixed in a8c35a9
15251_2.zip: you'll need to reduce the global tolerance value (works with 1E-10)
15251_3.zip: reducing the global tolerance value makes the checker correctly detect the errors, but fixing them results in even more tiny errors. These are precision limits of the underlying geometry library, nothing I can do on the geometry-checker side I'm afraid.