mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
Add a new Qgis::ProcessingAlgorithmDocumentationFlag flag, with a virtual method in QgsProcessingAlgorithm to return documentation flags. These flags are used to indicate algorithm behavior which should be noted in the documentation. Add initial flags for algorithms which drop and regenerate primary keys/FIDs, and automatically add a note to the algorithm's help panel to explain that this will occur In future this flag could be extended with other helpful warnings, eg - Algorithm requires valid geometries - Algorithm will segmentize curved geometries - Algorithm will drop Z or M values