Skip to content

Commit 9050a89

Browse files
committed
[processing] fix broken SAGA algorithms
1 parent f816588 commit 9050a89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/plugins/processing/algs/saga/description/AddGridValuestoPoints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Add Grid Values to Points
22
shapes_grid
33
QgsProcessingParameterFeatureSource|SHAPES|Points|0|None|False
44
QgsProcessingParameterMultipleLayers|GRIDS|Grids|3|None|False
5-
QgsProcessingParameterEnum|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
5+
QgsProcessingParameterEnum|RESAMPLING|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
66
QgsProcessingParameterVectorDestination|RESULT|Result
7-
AllowUnmatching
7+
AllowUnmatching

python/plugins/processing/algs/saga/description/AddGridValuestoShapes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Add Grid Values to Shapes
22
shapes_grid
33
QgsProcessingParameterFeatureSource|SHAPES|Shapes|-1|None|False
44
QgsProcessingParameterMultipleLayers|GRIDS|Grids|3|None|False
5-
QgsProcessingParameterEnum|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
5+
QgsProcessingParameterEnum|RESAMPLING|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
66
QgsProcessingParameterVectorDestination|RESULT|Result
7-
AllowUnmatching
7+
AllowUnmatching

0 commit comments

Comments
 (0)