Skip to content

Commit

Permalink
[processing] make CRS extent optional in gdal wapr
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 21, 2016
1 parent f35c60a commit 2efb544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/warp.py
Expand Up @@ -91,7 +91,7 @@ def defineCharacteristics(self):

if GdalUtils.version() >= 2000000:
self.addParameter(ParameterCrs(self.EXT_CRS,
self.tr('CRS of the raster extent'), ''))
self.tr('CRS of the raster extent'), '', optional=True))

params = []
params.append(ParameterSelection(self.RTYPE,
Expand Down

0 comments on commit 2efb544

Please sign in to comment.