Skip to content

Commit

Permalink
small fix in parameter description removing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir authored and nyalldawson committed Aug 23, 2018
1 parent 819a82a commit 3b29e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -5,8 +5,8 @@ QgsProcessingParameterEnum|OUTPUT|Output|[0] Seed Value;[1] Segment ID
QgsProcessingParameterEnum|DOWN|Method|[0] Minima;[1] Maxima
QgsProcessingParameterEnum|JOIN|Join Segments based on Threshold Value|[0] do not join;[1] seed to saddle difference;[2] seeds difference
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Double|0|False|None|None
QgsProcessingParameterBoolean|EDGE |Allow Edge Pixels to be Seeds|True
QgsProcessingParameterBoolean|BBORDERS |Borders|True
QgsProcessingParameterBoolean|EDGE|Allow Edge Pixels to be Seeds|True
QgsProcessingParameterBoolean|BBORDERS|Borders|True
QgsProcessingParameterRasterDestination|SEGMENTS|Segments
QgsProcessingParameterVectorDestination|SEEDS|Seed Points
QgsProcessingParameterRasterDestination|BORDERS|Borders
Expand Up @@ -432,9 +432,9 @@ tests:
- algorithm: saga:watershedsegmentation
name: Test (saga:watershedsegmentation)
params:
'BBORDERS ': true
'BBORDERS': true
DOWN: 0
'EDGE ': true
'EDGE': true
GRID:
name: dem.tif
type: raster
Expand Down

0 comments on commit 3b29e59

Please sign in to comment.