Skip to content

Commit

Permalink
[processing] added missing parameter definition string
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 30, 2014
1 parent 1093866 commit ec79fa9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -38,6 +38,7 @@ class RasterLayerBoundsAlgorithm(GeoAlgorithm):
XMAX = 'XMAX'
YMIN = 'YMIN'
YMAX = 'YMAX'
EXTENT = 'EXTENT'

def defineCharacteristics(self):
self.showInModeler = True
Expand Down

0 comments on commit ec79fa9

Please sign in to comment.