Skip to content

Commit

Permalink
Fix text indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Feb 28, 2025
1 parent c29dc74 commit dd983a3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/user_manual/processing_algs/gdal/vectorgeoprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Basic parameters

Default: False
- If set, the result is dissolved.
If no field is set for dissolving, all the buffers are
dissolved into one feature.
If no field is set for dissolving, all the buffers are
dissolved into one feature.
* - **Produce one feature for each geometry in any kind of
geometry collection in the source file**
- ``EXPLODE_COLLECTIONS``
Expand Down Expand Up @@ -403,7 +403,7 @@ Advanced parameters

Default: False
- Compute the area and perimeter of dissolved features and
include them in the output layer
include them in the output layer
* - **Compute min/max/sum/mean for attribute**
- ``COMPUTE_STATISTICS``
- [boolean]
Expand Down Expand Up @@ -440,8 +440,7 @@ Outputs
* - **Dissolved**
- ``OUTPUT``
- [same as input]
- The output multipart geometry layer (with dissolved
geometries)
- The output multipart geometry layer (with dissolved geometries)

Python code
...........
Expand Down Expand Up @@ -680,8 +679,7 @@ Python code

Points along lines
------------------
Generates a point on each line of a line vector layer at a distance
from start.
Generates a point on each line of a line vector layer at a distance from start.
The distance is provided as a fraction of the line length.

Parameters
Expand Down

0 comments on commit dd983a3

Please sign in to comment.