Skip to content

Commit daf75b5

Browse files
phidrhogithub-actions[bot]
authored andcommitted
fix figure description
1 parent da0f6d5 commit daf75b5

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/user_manual/processing_algs/qgis/vectorgeometry.rst

+27-27
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ Z and M values (if present) can be translated and scaled.
114114
.. figure:: img/affinetransform.png
115115
:align: center
116116

117-
Vector point layer (green dots) before (left), and after (right) an affine transformation (translation).
117+
Vector point layer (green dots) before (left), and after (right) an affine transformation (translation).
118118

119119
|checkbox| Allows
120-
:ref:`features in-place modification <processing_inplace_edit>`
120+
:ref:`features in-place modification <processing_inplace_edit>`
121121
of point, line, and polygon features
122122

123-
.. seealso:: :ref:`qgistranslategeometry`
123+
.. seealso:: :ref:`qgistranslategeometry`
124124

125125
Parameters
126126
..........
@@ -167,7 +167,7 @@ Parameters
167167
- [number |dataDefine|]
168168

169169
Default: 1
170-
- Scaling value (expansion or contraction) to apply on the X axis.
170+
- Scaling value (expansion or contraction) to apply on the X axis.
171171
* - **Scale factor (y-axis)**
172172
- ``SCALE_Y``
173173
- [number |dataDefine|]
@@ -191,7 +191,7 @@ Parameters
191191
- [number |dataDefine|]
192192

193193
Default: 0
194-
- Angle of the rotation in degrees.
194+
- Angle of the rotation in degrees.
195195

196196
* - **Transformed**
197197
- ``OUTPUT``
@@ -204,7 +204,7 @@ Parameters
204204
.. include:: ../algs_include.rst
205205
:start-after: **layer_output_types_append**
206206
:end-before: **end_layer_output_types_append**
207-
207+
208208
Outputs
209209
.......
210210

@@ -488,7 +488,7 @@ Polygon and line geometries are supported.
488488
Black lines represent the bounding boxes of each polygon feature
489489

490490
|checkbox| Allows
491-
:ref:`features in-place modification <processing_inplace_edit>`
491+
:ref:`features in-place modification <processing_inplace_edit>`
492492
of polygon features
493493

494494
.. seealso:: :ref:`qgisminimumboundinggeometry`
@@ -561,11 +561,11 @@ In this case the buffer will result in a smaller polygon (setback).
561561
.. figure:: img/buffer.png
562562
:align: center
563563

564-
Buffer (in yellow) of points, line, polygon with positive buffer,
565-
and polygon with negative buffer
564+
Buffer (in yellow) of points, line, polygon with positive buffer,
565+
and polygon with negative buffer
566566

567567
|checkbox| Allows
568-
:ref:`features in-place modification <processing_inplace_edit>`
568+
:ref:`features in-place modification <processing_inplace_edit>`
569569
of polygon features
570570

571571
**Default menu**: :menuselection:`Vector --> Geoprocessing Tools`
@@ -652,11 +652,11 @@ Basic parameters
652652
when creating a mitered join as a factor of the offset distance (only applicable for miter
653653
join styles).
654654
Minimum: 1.0
655-
655+
656656
.. figure:: img/buffer_miter_limit.png
657657
:align: center
658658
:width: 100%
659-
659+
660660
A 10m buffer with a limit of 2 and a 10m buffer with a limit of 1
661661
* - **Dissolve result**
662662
- ``DISSOLVE``
@@ -699,7 +699,7 @@ Advanced parameters
699699
- [boolean]
700700

701701
Default: False
702-
- If ``True`` (checked) and dissolved is checked, features that do not overlap or touch will be exported as
702+
- If ``True`` (checked) and dissolved is checked, features that do not overlap or touch will be exported as
703703
separate features
704704
(instead of parts of a multipart feature).
705705

@@ -2130,7 +2130,7 @@ All output geometries will be converted to multi geometries.
21302130
In case the input is a polygon layer, common boundaries of adjacent
21312131
polygons being dissolved will get erased.
21322132
If enabled, the optional "Keep disjoint features separate" setting will
2133-
cause features and parts that do not overlap or touch to be exported as
2133+
cause features and parts that do not overlap or touch to be exported as
21342134
separate features (instead of parts of a single multipart feature).
21352135

21362136
The resulting attribute table will have the same fields as the input
@@ -3071,7 +3071,7 @@ the minimum value is tested.
30713071

30723072
The red line represents the black line with only vertices whose M
30733073
value is <=10.
3074-
3074+
30753075
|checkbox| Allows
30763076
:ref:`features in-place modification <processing_inplace_edit>`
30773077
of point, line and polygon features with M enabled
@@ -3171,7 +3171,7 @@ the minimum value is tested.
31713171

31723172
The red line represents the black line with only vertices whose Z
31733173
value is <=10.
3174-
3174+
31753175
|checkbox| Allows
31763176
:ref:`features in-place modification <processing_inplace_edit>`
31773177
of point, line and polygon features with Z enabled
@@ -4383,12 +4383,12 @@ Parameters
43834383
- Sets the maximum distance from the offset geometry to use
43844384
when creating a mitered join as a factor of the offset distance (only applicable for miter
43854385
join styles).
4386-
Minimum: 1.0
4386+
Minimum: 1.0
43874387

43884388
.. figure:: img/buffer_miter_limit.png
43894389
:align: center
43904390
:width: 100%
4391-
4391+
43924392
A 10m buffer with a limit of 2 and a 10m buffer with a limit of 1
43934393
* - **Offset**
43944394
- ``OUTPUT``
@@ -5445,7 +5445,7 @@ Parameters
54455445
* - **Also remove empty geometries**
54465446
- ``REMOVE_EMPTY``
54475447
- [boolean]
5448-
-
5448+
-
54495449
* - **Non null geometries**
54505450
- ``OUTPUT``
54515451

@@ -5890,7 +5890,7 @@ with the new value.
58905890
If no M values exist, the geometry will be upgraded to include M
58915891
values and the specified value used as the initial M value for all
58925892
geometries.
5893-
5893+
58945894
|checkbox| Allows
58955895
:ref:`features in-place modification <processing_inplace_edit>`
58965896
of point, line, and polygon features with M enabled
@@ -6077,7 +6077,7 @@ with the new value.
60776077
If no Z values exist, the geometry will be upgraded to include Z
60786078
values and the specified value used as the initial Z value for all
60796079
geometries.
6080-
6080+
60816081
|checkbox| Allows
60826082
:ref:`features in-place modification <processing_inplace_edit>`
60836083
of point, line, and polygon features with Z enabled
@@ -6287,7 +6287,7 @@ Parameters
62876287
* - **Side**
62886288
- ``SIDE``
62896289
- [enumeration]
6290-
6290+
62916291
Default: 0
62926292
- Which side to create the buffer on.
62936293
One of:
@@ -6314,7 +6314,7 @@ Parameters
63146314
* 0 --- Round
63156315
* 1 --- Miter
63166316
* 2 --- Bevel
6317-
6317+
63186318
.. figure:: img/buffer_join_style.png
63196319
:align: center
63206320
:width: 100%
@@ -6329,11 +6329,11 @@ Parameters
63296329
when creating a mitered join as a factor of the offset distance (only applicable for miter
63306330
join styles).
63316331
Minimum: 1.0
6332-
6332+
63336333
.. figure:: img/buffer_miter_limit.png
63346334
:align: center
63356335
:width: 100%
6336-
6336+
63376337
A 10m buffer with a limit of 2 and a 10m buffer with a limit of 1
63386338
* - **Buffer**
63396339
- ``OUTPUT``
@@ -6815,7 +6815,7 @@ Curved geometries will be segmentized before subdivision.
68156815
maximum value is 200
68166816

68176817
|checkbox| Allows
6818-
:ref:`features in-place modification <processing_inplace_edit>`
6818+
:ref:`features in-place modification <processing_inplace_edit>`
68196819
of point, line, and polygon features
68206820

68216821
.. note:: Subdividing a geometry can generate geometry parts that may
@@ -7231,7 +7231,7 @@ Z and M values present in the geometry can also be translated.
72317231
.. figure:: img/translate_geometry.png
72327232
:align: center
72337233

7234-
Dashed lines represent the translated geometry of the input layer
7234+
Features in red represent the translated geometry of the input (blue) layer
72357235

72367236
|checkbox| Allows
72377237
:ref:`features in-place modification <processing_inplace_edit>`

0 commit comments

Comments
 (0)