Skip to content

Commit ec79fa9

Browse files
committedMay 30, 2014
[processing] added missing parameter definition string
1 parent 1093866 commit ec79fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/modeler/RasterLayerBoundsAlgorithm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class RasterLayerBoundsAlgorithm(GeoAlgorithm):
3838
XMAX = 'XMAX'
3939
YMIN = 'YMIN'
4040
YMAX = 'YMAX'
41+
EXTENT = 'EXTENT'
4142

4243
def defineCharacteristics(self):
4344
self.showInModeler = True

0 commit comments

Comments
 (0)
Please sign in to comment.