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 72e4cf7 commit 7470b55Copy full SHA for 7470b55
python/plugins/processing/algs/gdal/ClipByMask.py
@@ -87,7 +87,7 @@ def defineCharacteristics(self):
87
self.addParameter(ParameterBoolean(self.ALPHA_BAND,
88
self.tr('Create and output alpha band'), False))
89
self.addParameter(ParameterBoolean(self.CROP_TO_CUTLINE,
90
- self.tr('Crop the extent of the target dataset to the extent of the cutline'), False))
+ self.tr('Crop the extent of the target dataset to the extent of the cutline'), True))
91
self.addParameter(ParameterBoolean(self.KEEP_RESOLUTION,
92
self.tr('Keep resolution of output raster'), False))
93
0 commit comments