From 67c20d5db007c3e8f3fb5f09ea4f94c8a628278a Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Thu, 19 Apr 2018 18:00:03 +0200 Subject: [PATCH] Set max_points default value --- .../processing/algs/gdal/GridInverseDistanceNearestNeighbor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py b/python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py index 2bce974ce797..0d757093b6c8 100644 --- a/python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py +++ b/python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py @@ -98,7 +98,7 @@ def initAlgorithm(self, config=None): self.tr('Maximum number of data points to use'), type=QgsProcessingParameterNumber.Integer, minValue=0, - defaultValue=0)) + defaultValue=12)) self.addParameter(QgsProcessingParameterNumber(self.MIN_POINTS, self.tr('Minimum number of data points to use'), type=QgsProcessingParameterNumber.Integer,