We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922ded8 commit c64bc97Copy full SHA for c64bc97
python/plugins/processing/algs/qgis/Aspect.py
@@ -60,7 +60,7 @@ def initAlgorithm(self, config=None):
60
self.tr('Elevation layer')))
61
self.addParameter(QgsProcessingParameterNumber(self.Z_FACTOR,
62
self.tr('Z factor'), QgsProcessingParameterNumber.Double,
63
- 1, False, 1, 999999.99))
+ 1, False, 0.00, 999999.99))
64
self.addParameter(QgsProcessingParameterRasterDestination(self.OUTPUT, self.tr('Aspect')))
65
66
def name(self):
0 commit comments