mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[sextante] changed "usergdal" option in R algorithms to "dontuserasterpackage"
This commit is contained in:
parent
a2bd6d8e88
commit
f195121dc0
@ -136,7 +136,7 @@ class RAlgorithm(GeoAlgorithm):
|
||||
self.showPlots = True
|
||||
self.addOutput(OutputHTML(RAlgorithm.RPLOTS, "R Plots"));
|
||||
return
|
||||
if line.lower().strip().startswith("usereadgdal"):
|
||||
if line.lower().strip().startswith("dontuserasterpackage"):
|
||||
self.useRasterPackage = False
|
||||
return
|
||||
if line.lower().strip().startswith("passfilenames"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user