Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix grass64 v.to.points
  • Loading branch information
Giovanni Manghi committed Jul 21, 2014
1 parent 7e815ca commit e477633
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 e477633

Please sign in to comment.