mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
11 lines
458 B
Plaintext
11 lines
458 B
Plaintext
|
v.to.points
|
||
|
v.to.points - Create points along input lines in new vector with 2 layers.
|
||
|
Vector (v.*)
|
||
|
ParameterVector|input|Input vector map containing lines|-1|False
|
||
|
ParameterString|dmax|Maximum distance between points in map units|100
|
||
|
ParameterBoolean|-n|Write line nodes|False
|
||
|
ParameterBoolean|-v|Write line vertices|True
|
||
|
ParameterBoolean|-i|Interpolate points between line vertices|False
|
||
|
OutputVector|output|Output vector map where points will be written
|
||
|
|