Skip to content

Commit b79932c

Browse files
committedApr 13, 2013
[sextante] made fields in saga polygon dissolve optional
1 parent 938da18 commit b79932c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Polygon Dissolve
22
shapes_polygons
33
ParameterVector|POLYGONS|Polygons|2|False
4-
ParameterTableField|FIELD_1|1. Attribute|POLYGONS|-1|False
5-
ParameterTableField|FIELD_2|2. Attribute|POLYGONS|-1|False
6-
ParameterTableField|FIELD_3|3. Attribute|POLYGONS|-1|False
4+
ParameterTableField|FIELD_1|1. Attribute|POLYGONS|-1|True
5+
ParameterTableField|FIELD_2|2. Attribute|POLYGONS|-1|True
6+
ParameterTableField|FIELD_3|3. Attribute|POLYGONS|-1|True
77
ParameterSelection|DISSOLVE|Dissolve...|[0] polygons with same attribute value;[1] all polygons;[2] polygons with same attribute value (keep inner boundaries);[3] all polygons (keep inner boundaries)
88
OutputVector|DISSOLVED|Dissolved Polygons

0 commit comments

Comments
 (0)
Please sign in to comment.