Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #33385 from havatv/patch-5
Backport to 3.4 of #33378
  • Loading branch information
m-kuhn committed Dec 13, 2019
2 parents 00ca90e + 89ef902 commit 3c3a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/tpi.py
Expand Up @@ -72,7 +72,7 @@ def initAlgorithm(self, config=None):
'class': 'processing.algs.gdal.ui.RasterOptionsWidget.RasterOptionsWidgetWrapper'}})
self.addParameter(options_param)

self.addParameter(QgsProcessingParameterRasterDestination(self.OUTPUT, self.tr('Terrain Ruggedness Index')))
self.addParameter(QgsProcessingParameterRasterDestination(self.OUTPUT, self.tr('Topographic Position Index')))

def name(self):
return 'tpitopographicpositionindex'
Expand Down

0 comments on commit 3c3a86b

Please sign in to comment.