@@ -59,8 +59,8 @@ Basic parameters
59
59
60
60
Default: False
61
61
- If set, the result is dissolved.
62
- If no field is set for dissolving, all the buffers are
63
- dissolved into one feature.
62
+ If no field is set for dissolving, all the buffers are
63
+ dissolved into one feature.
64
64
* - **Produce one feature for each geometry in any kind of
65
65
geometry collection in the source file **
66
66
- ``EXPLODE_COLLECTIONS ``
@@ -403,7 +403,7 @@ Advanced parameters
403
403
404
404
Default: False
405
405
- Compute the area and perimeter of dissolved features and
406
- include them in the output layer
406
+ include them in the output layer
407
407
* - **Compute min/max/sum/mean for attribute **
408
408
- ``COMPUTE_STATISTICS ``
409
409
- [boolean]
@@ -440,8 +440,7 @@ Outputs
440
440
* - **Dissolved **
441
441
- ``OUTPUT ``
442
442
- [same as input]
443
- - The output multipart geometry layer (with dissolved
444
- geometries)
443
+ - The output multipart geometry layer (with dissolved geometries)
445
444
446
445
Python code
447
446
...........
@@ -680,8 +679,7 @@ Python code
680
679
681
680
Points along lines
682
681
------------------
683
- Generates a point on each line of a line vector layer at a distance
684
- from start.
682
+ Generates a point on each line of a line vector layer at a distance from start.
685
683
The distance is provided as a fraction of the line length.
686
684
687
685
Parameters
0 commit comments