2 changes: 1 addition & 1 deletion python/plugins/processing/algs/ftools/UniqueValues.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from processing.outputs.OutputHTML import OutputHTML
from processing.outputs.OutputNumber import OutputNumber
from processing.outputs.OutputString import OutputString
from processing.tools import dataobjects
from processing.tools import dataobjects, vector


class UniqueValues(GeoAlgorithm):
Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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