Skip to content

Commit ff8727a

Browse files
AlisterHnyalldawson
authored andcommittedMay 25, 2023
Update grass7.txt
Correct the list of vector output types (guess I was interrupted while working on this section).
1 parent ce9e9bf commit ff8727a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/grassprovider/grass7.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ QgsProcessingParameterVectorDestination|[name of GRASS output]|[description of o
125125

126126
The following types are available
127127

128+
QgsProcessing.TypeVectorPoint
128129
QgsProcessing.TypeVectorLine
129-
QgsProcessing.VectorLine
130-
QgsProcessing.VectorPolygon
130+
QgsProcessing.TypeVectorPolygon
131131
QgsProcessing.TypeVectorAnyGeometry
132132

133133
Example: QgsProcessingParameterVectorDestination|flowline|Flow line|QgsProcessing.TypeVectorLine|None|True

0 commit comments

Comments
 (0)
Please sign in to comment.