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 ee8b74f commit d9b1638Copy full SHA for d9b1638
python/plugins/processing/algs/gdal/rasterize.py
@@ -70,7 +70,7 @@ def defineCharacteristics(self):
70
self.addParameter(ParameterSelection(self.RTYPE, 'Raster type',
71
self.TYPE, 0))
72
73
- self.addOutput(OutputRaster(self.OUTPUT, 'Output layer'))
+ self.addOutput(OutputRaster(self.OUTPUT, 'Output layer: mandatory to choose an existing raster layer if the (*) option is selected'))
74
75
def processAlgorithm(self, progress):
76
writeOver = self.getParameterValue(self.WRITEOVER)
0 commit comments