Skip to content

Commit

Permalink
[sextante] made fields in saga polygon dissolve optional
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 13, 2013
1 parent 938da18 commit b79932c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/sextante/saga/description/PolygonDissolve.txt
@@ -1,8 +1,8 @@
Polygon Dissolve
shapes_polygons
ParameterVector|POLYGONS|Polygons|2|False
ParameterTableField|FIELD_1|1. Attribute|POLYGONS|-1|False
ParameterTableField|FIELD_2|2. Attribute|POLYGONS|-1|False
ParameterTableField|FIELD_3|3. Attribute|POLYGONS|-1|False
ParameterTableField|FIELD_1|1. Attribute|POLYGONS|-1|True
ParameterTableField|FIELD_2|2. Attribute|POLYGONS|-1|True
ParameterTableField|FIELD_3|3. Attribute|POLYGONS|-1|True
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)
OutputVector|DISSOLVED|Dissolved Polygons

0 comments on commit b79932c

Please sign in to comment.