File tree 2 files changed +4
-4
lines changed
python/plugins/processing/algs/saga/description
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Add Grid Values to Points
2
2
shapes_grid
3
3
QgsProcessingParameterFeatureSource|SHAPES|Points|0|None|False
4
4
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
6
6
QgsProcessingParameterVectorDestination|RESULT|Result
7
- AllowUnmatching
7
+ AllowUnmatching
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Add Grid Values to Shapes
2
2
shapes_grid
3
3
QgsProcessingParameterFeatureSource|SHAPES|Shapes|-1|None|False
4
4
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
6
6
QgsProcessingParameterVectorDestination|RESULT|Result
7
- AllowUnmatching
7
+ AllowUnmatching
You can’t perform that action at this time.
0 commit comments