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 dc2a1c5 commit 68ce8fcCopy full SHA for 68ce8fc
python/plugins/processing/algs/gdal/warp.py
@@ -96,7 +96,8 @@ def initAlgorithm(self, config=None):
96
self.tr('Output file resolution in target georeferenced units'),
97
type=QgsProcessingParameterNumber.Double,
98
minValue=0.0,
99
- defaultValue=None))
+ defaultValue=None,
100
+ optional=True))
101
102
options_param = QgsProcessingParameterString(self.OPTIONS,
103
self.tr('Additional creation parameters'),
0 commit comments