Skip to content

Commit d4ba0c7

Browse files
committed
Update Cover.py
1 parent 11d5f0c commit d4ba0c7

File tree

1 file changed

+1
-0
lines changed
  • python/plugins/processing/algs/lidar/fusion

1 file changed

+1
-0
lines changed

python/plugins/processing/algs/lidar/fusion/Cover.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def processAlgorithm(self, progress):
7373
commands.append('/ground:' + unicode(ground))
7474
outFile = self.getOutputValue(self.OUTPUT) + '.dtm'
7575
commands.append(outFile)
76+
commands.append(unicode(self.getParameterValue(self.HEIGHTBREAK)))
7677
commands.append(unicode(self.getParameterValue(self.CELLSIZE)))
7778
commands.append(self.UNITS[self.getParameterValue(self.XYUNITS)][0])
7879
commands.append(self.UNITS[self.getParameterValue(self.ZUNITS)][0])

0 commit comments

Comments
 (0)