Skip to content

Commit 67c20d5

Browse files
DelazJnyalldawson
authored andcommittedMay 7, 2018
Set max_points default value
1 parent bd1f9b5 commit 67c20d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def initAlgorithm(self, config=None):
9898
self.tr('Maximum number of data points to use'),
9999
type=QgsProcessingParameterNumber.Integer,
100100
minValue=0,
101-
defaultValue=0))
101+
defaultValue=12))
102102
self.addParameter(QgsProcessingParameterNumber(self.MIN_POINTS,
103103
self.tr('Minimum number of data points to use'),
104104
type=QgsProcessingParameterNumber.Integer,

0 commit comments

Comments
 (0)
Please sign in to comment.