Skip to content

Commit

Permalink
[processing] fix output names for some SAGA algorithms (fix #9789)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Mar 25, 2014
1 parent 19da71c commit b5dc067
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -3,4 +3,4 @@ shapes_polygons
ParameterVector|A|Layer A|2|False
ParameterVector|B|Layer B|2|False
ParameterBoolean|SPLIT|Split Parts|True
OutputVector|RESULT|Intersection
OutputVector|RESULT|Difference
Expand Up @@ -3,4 +3,4 @@ shapes_polygons
ParameterVector|A|Layer A|2|False
ParameterVector|B|Layer B|2|False
ParameterBoolean|SPLIT|Split Parts|True
OutputVector|RESULT|Intersection
OutputVector|RESULT|Identity
Expand Up @@ -3,4 +3,4 @@ shapes_polygons
ParameterVector|A|Layer A|2|False
ParameterVector|B|Layer B|2|False
ParameterBoolean|SPLIT|Split Parts|True
OutputVector|RESULT|Intersection
OutputVector|RESULT|Symmetrical Difference
Expand Up @@ -3,4 +3,4 @@ shapes_polygons
ParameterVector|A|Layer A|2|False
ParameterVector|B|Layer B|2|False
ParameterBoolean|SPLIT|Split Parts|True
OutputVector|RESULT|Intersection
OutputVector|RESULT|Union
Expand Up @@ -3,4 +3,4 @@ shapes_polygons
ParameterVector|A|Layer A|2|False
ParameterVector|B|Layer B|2|False
ParameterBoolean|SPLIT|Split Parts|True
OutputVector|RESULT|Intersection
OutputVector|RESULT|Updated polygons

0 comments on commit b5dc067

Please sign in to comment.