mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-06 00:03:16 -05:00
Deprecating QgsGeometry::addPart in favor of QgsGeometry::addPartV2 to use Qgis::WkbType instead of Qgis::GeometryType because the latter can't handle curved geometries (not specific enough). Fixes #57255