mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
The existing concave hull algorithm is quite restrictive as it forces operation on an entire layer, which makes it useless eg to create concave hulls from service area outputs. Rename the existing one to "concave hull (by layer)", and make sure all the documentation explains this so its more predictable for users.