mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Merge pull request #1510 from gioman/v_points
[processing] fix grass64 v.to.points
This commit is contained in:
commit
2b5eaee96f
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user