mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-06 00:04:01 -04:00
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)