Skip to content

Commit 560f161

Browse files
committed
Merge pull request #2099 from NaturalGIS/grass_v_voronoi_advanced
[processing] make option as advanced in GRASS v.voronoi
2 parents ddfb9d1 + c859127 commit 560f161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/processing/algs/grass/description/v.voronoi.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ v.voronoi - Creates a Voronoi diagram from an input vector layer containing poin
33
Vector (v.*)
44
ParameterVector|input|Input points layer|0|False
55
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
6-
ParameterBoolean|-t|Do not create attribute table|False
6+
*ParameterBoolean|-t|Do not create attribute table|False
77
OutputVector|output|Voronoi diagram

python/plugins/processing/algs/grass7/description/v.voronoi.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ v.voronoi - Creates a Voronoi diagram from an input vector layer containing poin
33
Vector (v.*)
44
ParameterVector|input|Input points layer|0|False
55
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
6-
ParameterBoolean|-t|Do not create attribute table|False
6+
*ParameterBoolean|-t|Do not create attribute table|False
77
OutputVector|output|Voronoi diagram

0 commit comments

Comments
 (0)