mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #2775 from NaturalGIS/processing_fix_saga_default_extent
[processing] remove wrong/non mandatory default extent for raster analysis
This commit is contained in:
commit
5715ed3b39
@ -102,7 +102,7 @@ class SagaAlgorithm212(GeoAlgorithm):
|
||||
# An extent parameter that wraps 4 SAGA numerical parameters
|
||||
self.extentParamNames = line[6:].strip().split(' ')
|
||||
self.addParameter(ParameterExtent(self.OUTPUT_EXTENT,
|
||||
'Output extent', '0,1,0,1'))
|
||||
'Output extent', ''))
|
||||
else:
|
||||
self.addOutput(getOutputFromString(line))
|
||||
line = lines.readline().strip('\n').strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user