We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4807611 commit dc2a1c5Copy full SHA for dc2a1c5
python/plugins/processing/algs/gdal/warp.py
@@ -90,7 +90,8 @@ def initAlgorithm(self, config=None):
90
self.addParameter(QgsProcessingParameterNumber(self.NODATA,
91
self.tr('Nodata value for output bands'),
92
type=QgsProcessingParameterNumber.Double,
93
- defaultValue=0.0))
+ defaultValue=None,
94
+ optional=True))
95
self.addParameter(QgsProcessingParameterNumber(self.TARGET_RESOLUTION,
96
self.tr('Output file resolution in target georeferenced units'),
97
0 commit comments