Skip to content

Commit

Permalink
Merge pull request #2099 from NaturalGIS/grass_v_voronoi_advanced
Browse files Browse the repository at this point in the history
[processing] make option as advanced in GRASS v.voronoi
  • Loading branch information
alexbruy committed Jun 2, 2015
2 parents ddfb9d1 + c859127 commit 560f161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,5 +3,5 @@ v.voronoi - Creates a Voronoi diagram from an input vector layer containing poin
Vector (v.*)
ParameterVector|input|Input points layer|0|False
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
ParameterBoolean|-t|Do not create attribute table|False
*ParameterBoolean|-t|Do not create attribute table|False
OutputVector|output|Voronoi diagram
Expand Up @@ -3,5 +3,5 @@ v.voronoi - Creates a Voronoi diagram from an input vector layer containing poin
Vector (v.*)
ParameterVector|input|Input points layer|0|False
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
ParameterBoolean|-t|Do not create attribute table|False
*ParameterBoolean|-t|Do not create attribute table|False
OutputVector|output|Voronoi diagram

0 comments on commit 560f161

Please sign in to comment.