Skip to content

Commit

Permalink
Merge pull request #2151 from NaturalGIS/fix_grass_r_drain
Browse files Browse the repository at this point in the history
[processing] fix grass7 r.drain non mandatory parameter
  • Loading branch information
alexbruy committed Jun 21, 2015
2 parents 88629a6 + 72c56df commit d560568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ r.drain - Traces a flow through an elevation model on a raster map.
Raster (r.*)
ParameterRaster|input|Elevation|False
ParameterString|start_coordinates|Map coordinates of starting point(s) (E,N)|(0,0)
ParameterMultipleInput|start_points|Vector layer(s) containing starting point(s)|0|False
ParameterMultipleInput|start_points|Vector layer(s) containing starting point(s)|0|True
ParameterBoolean|-c|Copy input cell values on output|False
ParameterBoolean|-a|Accumulate input values along the path|False
ParameterBoolean|-n|Count cell numbers along the path|False
Expand Down

0 comments on commit d560568

Please sign in to comment.