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 ab21f3e commit 13431caCopy full SHA for 13431ca
python/plugins/processing/algs/qgis/Rasterize.py
@@ -113,7 +113,7 @@ def initAlgorithm(self, config=None):
113
QgsProcessingParameterNumber(
114
self.TILE_SIZE,
115
self.tr('Tile size'),
116
- defaultValue=1024, minValue=0))
+ defaultValue=1024, minValue=64))
117
118
self.addParameter(QgsProcessingParameterNumber(
119
self.MAP_UNITS_PER_PIXEL,
0 commit comments