Skip to content

Commit

Permalink
Merge pull request #2005 from NaturalGIS/fix_grass7_v_to_rast_attribute
Browse files Browse the repository at this point in the history
[processing] fix grass7 v.to.rast.attribute
  • Loading branch information
alexbruy committed Apr 27, 2015
2 parents 5fe7f3d + b3d8fc2 commit 09020dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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

0 comments on commit 09020dc

Please sign in to comment.