mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] make target res. parameter optional in gdal's warp algorithm
This commit is contained in:
parent
863a2f0fca
commit
fe38f03d5d
@ -96,7 +96,8 @@ class warp(GdalAlgorithm):
|
||||
self.tr('Output file resolution in target georeferenced units'),
|
||||
type=QgsProcessingParameterNumber.Double,
|
||||
minValue=0.0,
|
||||
defaultValue=None))
|
||||
defaultValue=None,
|
||||
optional=True))
|
||||
|
||||
options_param = QgsProcessingParameterString(self.OPTIONS,
|
||||
self.tr('Additional creation parameters'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user