Skip to content

Commit

Permalink
[processing][grass] Fix v.mkgrid
Browse files Browse the repository at this point in the history
Use parameter "type" instead of flag "-p" and add missing "-a" flag
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Dec 22, 2024
1 parent 0b60e0f commit 2d70b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/grassprovider/description/v.mkgrid.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ QgsProcessingParameterPoint|coordinates|Lower left easting and northing coordina
QgsProcessingParameterString|box|Width and height of boxes in grid|
QgsProcessingParameterNumber|angle|Angle of rotation (in degrees counter-clockwise)|QgsProcessingParameterNumber.Double|0.0|True|0.0|360.0
QgsProcessingParameterNumber|breaks|Number of vertex points per grid cell|QgsProcessingParameterNumber.Integer|0|True|0|60
QgsProcessingParameterEnum|type|Output feature type|point;line;area|False|2|True
QgsProcessingParameterBoolean|-h|Create hexagons (default: rectangles)|False
QgsProcessingParameterBoolean|-p|Create grid of points instead of areas and centroids|False
QgsProcessingParameterBoolean|-a|Allow asymmetric hexagons|False
QgsProcessingParameterVectorDestination|map|Grid

0 comments on commit 2d70b7a

Please sign in to comment.