mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
set nodata parameter as optional in GDAL clip by extent
This commit is contained in:
parent
181c0c4e12
commit
fb5921250b
@ -73,7 +73,7 @@ class ClipByExtent(GdalAlgorithm):
|
||||
self.INPUT, self.tr('Input layer'), False))
|
||||
self.addParameter(ParameterString(self.NO_DATA,
|
||||
self.tr("Nodata value, leave blank to take the nodata value from input"),
|
||||
''))
|
||||
'', optional=True))
|
||||
self.addParameter(ParameterExtent(self.PROJWIN, self.tr('Clipping extent')))
|
||||
|
||||
params = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user