mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] Remove space in GDAL warp which causes issues when alg is called from script.
This commit is contained in:
parent
8fbee12106
commit
12c1c869ee
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user