Skip to content
Permalink
Browse files
[processing] fix output names for some SAGA algorithms (fix #9789)
  • 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.
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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.