Skip to content

Commit 35994ca

Browse files
authored
Parametar fix (#10751)
* Parametar fix * vectorgeometry and order fix
1 parent cfa748d commit 35994ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/documentation_guidelines/writing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ guidelines:
700700
Raster band ``raster band``
701701
HTML file ``html``
702702
Expression ``expression`` |expression|
703+
Line geometry ``geometry: line``
703704
Point geometry ``coordinates``
704705
Extent ``extent``
705706
CRS ``crs`` |setProjection|
@@ -715,7 +716,6 @@ guidelines:
715716
Layer ``layer``
716717
Same output type as input type ``same as input``
717718
Definition ``definition``
718-
Point ``point``
719719
Map layers ``layer`` ``list``
720720
Range ``range``
721721
AuthConfig ``authconfig``

docs/user_manual/processing_algs/gdal/rastermiscellaneous.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ Basic parameters
15291529
- The number of the band to use as elevation
15301530
* - **Observer location**
15311531
- ``OBSERVER``
1532-
- [point]
1532+
- [coordinates]
15331533
- The location of the observer
15341534
* - **Observer height**
15351535
- ``OBSERVER_HEIGHT``

docs/user_manual/processing_algs/qgis/vectorgeometry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5990,7 +5990,7 @@ Parameters
59905990

59915991
Optional
59925992
- ``ANCHOR``
5993-
- [point]
5993+
- [coordinates]
59945994

59955995
Default: Not set
59965996
- X,Y coordinates of the point to rotate the

0 commit comments

Comments
 (0)