Skip to content

Commit 2fa4141

Browse files
authored
Fix text indentation
1 parent a6d356e commit 2fa4141

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/user_manual/processing_algs/gdal/vectorgeoprocessing.rst

+5-7
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Basic parameters
5959

6060
Default: False
6161
- 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.
6464
* - **Produce one feature for each geometry in any kind of
6565
geometry collection in the source file**
6666
- ``EXPLODE_COLLECTIONS``
@@ -403,7 +403,7 @@ Advanced parameters
403403

404404
Default: False
405405
- Compute the area and perimeter of dissolved features and
406-
include them in the output layer
406+
include them in the output layer
407407
* - **Compute min/max/sum/mean for attribute**
408408
- ``COMPUTE_STATISTICS``
409409
- [boolean]
@@ -440,8 +440,7 @@ Outputs
440440
* - **Dissolved**
441441
- ``OUTPUT``
442442
- [same as input]
443-
- The output multipart geometry layer (with dissolved
444-
geometries)
443+
- The output multipart geometry layer (with dissolved geometries)
445444

446445
Python code
447446
...........
@@ -680,8 +679,7 @@ Python code
680679

681680
Points along lines
682681
------------------
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.
685683
The distance is provided as a fraction of the line length.
686684

687685
Parameters

0 commit comments

Comments
 (0)