mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
indentation
This commit is contained in:
parent
e289415325
commit
8125f61e21
@ -45,14 +45,14 @@ class ImageCreate(FusionAlgorithm):
|
||||
SWITCH = 'SWITCH'
|
||||
OUTPUT = 'OUTPUT'
|
||||
|
||||
|
||||
def defineCharacteristics(self):
|
||||
self.name, self.i18n_name = self.trAlgorithm('ImageCreate')
|
||||
self.group, self.i18n_group = self.trAlgorithm('Points')
|
||||
self.addParameter(ParameterFile(
|
||||
self.INPUT, self.tr('Input LAS')))
|
||||
self.addParameter(ParameterSelection(
|
||||
self.COLOROPTION, self.tr('Method to assign colour'), ['Intensity', 'Elevation','Height']))
|
||||
self.COLOROPTION, self.tr('Method to assign colour'),
|
||||
['Intensity', 'Elevation','Height']))
|
||||
self.addParameter(ParameterFile(
|
||||
self.GROUND, self.tr("Ground file (used with 'Height' method)"), 'dtm'))
|
||||
self.addParameter(ParameterBoolean(self.RGB,
|
||||
|
@ -45,7 +45,6 @@ class IntensityImage(FusionAlgorithm):
|
||||
SWITCH = 'SWITCH'
|
||||
OUTPUT = 'OUTPUT'
|
||||
|
||||
|
||||
def defineCharacteristics(self):
|
||||
self.name, self.i18n_name = self.trAlgorithm('IntensityImage')
|
||||
self.group, self.i18n_group = self.trAlgorithm('Points')
|
||||
|
Loading…
x
Reference in New Issue
Block a user