Skip to content

Commit

Permalink
make parameters mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman authored and nyalldawson committed Sep 7, 2021
1 parent 91b1d2e commit e3a159f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@ QgsProcessingParameterEnum|format|Format of the input direction map|auto;degree;
QgsProcessingParameterRasterLayer|values|Name of input raster values to be used for output|None|True
QgsProcessingParameterRasterDestination|raster_path|Name for output raster path map
QgsProcessingParameterVectorDestination|vector_path|Name for output vector path map
QgsProcessingParameterPoint|start_coordinates|Map coordinate of starting point (E,N)|None|True
QgsProcessingParameterPoint|start_coordinates|Map coordinate of starting point (E,N)|None|False
QgsProcessingParameterBoolean|-c|Copy input cell values on output|False
QgsProcessingParameterBoolean|-a|Accumulate input values along the path|False
QgsProcessingParameterBoolean|-n|Count cell numbers along the path|False
2 changes: 1 addition & 1 deletion python/plugins/grassprovider/description/r.path.txt
Expand Up @@ -6,7 +6,7 @@ QgsProcessingParameterEnum|format|Format of the input direction map|auto;degree;
QgsProcessingParameterRasterLayer|values|Name of input raster values to be used for output|None|True
QgsProcessingParameterRasterDestination|raster_path|Name for output raster path map
QgsProcessingParameterVectorDestination|vector_path|Name for output vector path map
QgsProcessingParameterFeatureSource|start_points|Vector layer containing starting point(s)|0|None|True
QgsProcessingParameterFeatureSource|start_points|Vector layer containing starting point(s)|0|None|False
QgsProcessingParameterBoolean|-c|Copy input cell values on output|False
QgsProcessingParameterBoolean|-a|Accumulate input values along the path|False
QgsProcessingParameterBoolean|-n|Count cell numbers along the path|False

0 comments on commit e3a159f

Please sign in to comment.