mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
[processing] fix condition in warp alg
This commit is contained in:
parent
3138cab6fa
commit
6ccf7264a6
@ -176,7 +176,7 @@ class warp(GdalAlgorithm):
|
|||||||
if rastext:
|
if rastext:
|
||||||
arguments.extend(rastext)
|
arguments.extend(rastext)
|
||||||
|
|
||||||
if rastext and len(rastext_crs) > 0:
|
if rastext and rastext_crs is not None:
|
||||||
arguments.append('-te_srs')
|
arguments.append('-te_srs')
|
||||||
arguments.append(rastext_crs)
|
arguments.append(rastext_crs)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user