We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2d944 commit dc968ceCopy full SHA for dc968ce
python/plugins/processing/algs/saga/RasterCalculator.py
@@ -61,7 +61,7 @@ def defineCharacteristics(self):
61
self.group = SagaGroupNameDecorator.getDecoratedName(self.undecoratedGroup)
62
self.addParameter(ParameterRaster(self.GRIDS, 'Main input layers'))
63
self.addParameter(ParameterMultipleInput(self.XGRIDS, 'Additional layers',
64
- ParameterMultipleInput.TYPE_RASTER, False))
+ ParameterMultipleInput.TYPE_RASTER, True))
65
self.addParameter(ParameterString(self.FORMULA, "Formula"))
66
self.addOutput(OutputRaster(self.RESULT, "Result"))
67
0 commit comments