Merge branch 'ProcessingGrassFixExt' of https://github.com/medspx/qgis into ProcessingGrassFixExt

This commit is contained in:
Médéric RIBREUX 2018-01-07 11:02:26 +01:00
commit 712093731a

View File

@ -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)