Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE][processing] Remove duplicate fill holes algorithm
The Fill_holes script is duplicated by the DeleteHoles algorithm, and the DeleteHoles algorithm has many advantages: - it's a full algorithm rather than a script - uses qgis geometry classes and maintains curves/z/m - has unit tests - doesn't rely on non-standard external library (shapely) (marked as feature for inclusion in release notes)
- Loading branch information