mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Update ClipData.py
This commit is contained in:
parent
fb568c3238
commit
6bb94e0664
@ -60,7 +60,7 @@ class ClipData(FusionAlgorithm):
|
||||
dtm.isAdvanced = True
|
||||
self.addParameter(dtm)
|
||||
height = ParameterBoolean(
|
||||
self.HEIGHT, self.tr("Convert point elevations into heights above ground (used with 'DTM')"), False)
|
||||
self.HEIGHT, self.tr("Convert point elevations into heights above ground (used with the above command)"), False)
|
||||
height.isAdvanced = True
|
||||
self.addParameter(height)
|
||||
self.addAdvancedModifiers()
|
||||
|
Loading…
x
Reference in New Issue
Block a user