Merge pull request #2005 from NaturalGIS/fix_grass7_v_to_rast_attribute

[processing] fix grass7 v.to.rast.attribute
This commit is contained in:
alexbruy 2015-04-27 10:12:24 +03:00
commit 09020dc136

View File

@ -3,5 +3,5 @@ v.to.rast.attribute - Converts (rasterize) a vector layer into a raster layer.
Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterSelection|use|Source of raster values|attr
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input|0|False
ParameterTableField|attribute_column|Name of column for 'attr' parameter (data type must be numeric)|input|0|False
OutputRaster|output|Rasterized layer