Skip to content

Commit

Permalink
Merge pull request #1510 from gioman/v_points
Browse files Browse the repository at this point in the history
[processing] fix grass64 v.to.points
  • Loading branch information
alexbruy committed Jul 22, 2014
2 parents 080f252 + e477633 commit 2b5eaee
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@ v.to.points - Create points along input lines
Vector (v.*)
ParameterVector|input|Input lines layer|1|False
ParameterString|dmax|Maximum distance between points in map units|100
ParameterBoolean|-n|Write line nodes|True
ParameterBoolean|-v|Write line vertices|True
ParameterBoolean|-n|Write line nodes (cannot be used together with 'Write line vertices')|False
ParameterBoolean|-v|Write line vertices (cannot be used together with 'Write line nodes')|False
ParameterBoolean|-i|Interpolate points between line vertices|False
OutputVector|output|Output vector map where points will be written

0 comments on commit 2b5eaee

Please sign in to comment.