mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Merge branch 'ProcessingGrassFixExt' of https://github.com/medspx/qgis into ProcessingGrassFixExt
This commit is contained in:
commit
712093731a
@ -30,7 +30,7 @@ def processInputs(alg, parameters, context):
|
||||
if 'input' in alg.exportedLayers:
|
||||
return
|
||||
|
||||
# We need to import teh vector with v.in.ogr
|
||||
# We need to import the vector with v.in.ogr
|
||||
# and we can use r.external for the raster
|
||||
alg.loadVectorLayerFromParameter('input', parameters, context, False)
|
||||
alg.loadRasterLayerFromParameter('raster', parameters, context, True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user