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 11d5f0c commit d4ba0c7Copy full SHA for d4ba0c7
python/plugins/processing/algs/lidar/fusion/Cover.py
@@ -73,6 +73,7 @@ def processAlgorithm(self, progress):
73
commands.append('/ground:' + unicode(ground))
74
outFile = self.getOutputValue(self.OUTPUT) + '.dtm'
75
commands.append(outFile)
76
+ commands.append(unicode(self.getParameterValue(self.HEIGHTBREAK)))
77
commands.append(unicode(self.getParameterValue(self.CELLSIZE)))
78
commands.append(self.UNITS[self.getParameterValue(self.XYUNITS)][0])
79
commands.append(self.UNITS[self.getParameterValue(self.ZUNITS)][0])
0 commit comments