Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use geometry of reproject extent parameters for more accurate clipping
- Loading branch information
Showing
with
112 additions
and 3 deletions.
- +16 −0 python/core/processing/qgsprocessingalgorithm.sip
- +16 −0 python/core/processing/qgsprocessingparameters.sip
- +1 −1 src/core/processing/qgsnativealgorithms.cpp
- +5 −0 src/core/processing/qgsprocessingalgorithm.cpp
- +15 −0 src/core/processing/qgsprocessingalgorithm.h
- +30 −0 src/core/processing/qgsprocessingparameters.cpp
- +15 −0 src/core/processing/qgsprocessingparameters.h
- +14 −2 tests/src/core/testqgsprocessing.cpp