Skip to content

Commit a741f82

Browse files
committedApr 14, 2015
Merge pull request #1992 from NaturalGIS/fix_grass7_v_generalize
[processing] fix GRASS7 v.generalize
2 parents cfe397e + ed6d8dc commit a741f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/algs/grass7/description/v.generalize.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ParameterNumber|betweeness_thresh|Betweeness threshold in network generalization
1414
ParameterNumber|alpha|Snakes alpha parameter|None|None|1.0
1515
ParameterNumber|beta|Snakes beta parameter|None|None|1.0
1616
ParameterNumber|iterations|Number of iterations|None|None|1
17-
ParameterBoolean|-c|Copy attributes|True
17+
ParameterBoolean|-t|Do not copy attributes|False
18+
ParameterBoolean|-l|Disable loop support|True
1819
OutputVector|output|Output layer
1920

0 commit comments

Comments
 (0)
Please sign in to comment.