Skip to content

Commit

Permalink
Merge pull request #2141 from radosuav/processing_warp
Browse files Browse the repository at this point in the history
[processing] Remove space in GDAL warp which causes issues …
  • Loading branch information
jef-n committed Jun 15, 2015
2 parents 8fbee12 + 12c1c86 commit 59f0cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class warp(GdalAlgorithm):
INPUT = 'INPUT'
OUTPUT = 'OUTPUT'
SOURCE_SRS = 'SOURCE_SRS'
DEST_SRS = 'DEST_SRS '
DEST_SRS = 'DEST_SRS'
METHOD = 'METHOD'
METHOD_OPTIONS = ['near', 'bilinear', 'cubic', 'cubicspline', 'lanczos']
TR = 'TR'
Expand Down

0 comments on commit 59f0cab

Please sign in to comment.