We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 080f252 + e477633 commit 2b5eaeeCopy full SHA for 2b5eaee
python/plugins/processing/algs/grass/description/v.to.points.txt
@@ -3,7 +3,7 @@ v.to.points - Create points along input lines
3
Vector (v.*)
4
ParameterVector|input|Input lines layer|1|False
5
ParameterString|dmax|Maximum distance between points in map units|100
6
-ParameterBoolean|-n|Write line nodes|True
7
-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
8
ParameterBoolean|-i|Interpolate points between line vertices|False
9
OutputVector|output|Output vector map where points will be written
0 commit comments