Skip to content

Commit 2b5eaee

Browse files
committedJul 22, 2014
Merge pull request #1510 from gioman/v_points
[processing] fix grass64 v.to.points
2 parents 080f252 + e477633 commit 2b5eaee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/grass/description/v.to.points.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v.to.points - Create points along input lines
33
Vector (v.*)
44
ParameterVector|input|Input lines layer|1|False
55
ParameterString|dmax|Maximum distance between points in map units|100
6-
ParameterBoolean|-n|Write line nodes|True
7-
ParameterBoolean|-v|Write line vertices|True
6+
ParameterBoolean|-n|Write line nodes (cannot be used together with 'Write line vertices')|False
7+
ParameterBoolean|-v|Write line vertices (cannot be used together with 'Write line nodes')|False
88
ParameterBoolean|-i|Interpolate points between line vertices|False
99
OutputVector|output|Output vector map where points will be written

0 commit comments

Comments
 (0)
Please sign in to comment.