Skip to content

Commit

Permalink
[processing] updated lidar provider
Browse files Browse the repository at this point in the history
forgot to add this change in a previous commit
  • Loading branch information
volaya committed Jan 21, 2016
1 parent 8ade74c commit eeb5dae
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,11 @@ def initializeSettings(self):
FusionUtils.FUSION_FOLDER,
self.tr('Fusion folder'), FusionUtils.FusionPath(),
valuetype=Setting.FOLDER))
ProcessingConfig.addSetting(Setting(
self.getDescription(),
LAStoolsUtils.WINE_FOLDER,
self.tr('Wine folder'), '', valuetype=Setting.FOLDER))
if not isWindows():
ProcessingConfig.addSetting(Setting(
self.getDescription(),
LAStoolsUtils.WINE_FOLDER,
self.tr('Wine folder'), '', valuetype=Setting.FOLDER))

def getName(self):
return 'lidartools'
Expand Down

0 comments on commit eeb5dae

Please sign in to comment.