Skip to content

Commit 3e13171

Browse files
committed
[sextante] fixed #7694. v.clean now accepts decimal values as input
1 parent 58befd7 commit 3e13171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/sextante/grass/description/v.clean.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v.clean - Toolset for cleaning topology of vector map.
33
Vector (v.*)
44
ParameterVector|input|Layer to clean|-1|False
55
ParameterSelection|tool|Cleaning tool|break;snap;rmdangle;chdangle;rmbridge;chbridge;rmdupl;rmdac;bpol;prune;rmarea;rmline;rmsa
6-
ParameterNumber|thresh|Threshold|None|None|0
6+
ParameterNumber|thresh|Threshold|None|None|0.0
77
OutputVector|output|Cleaned vector layer
88
OutputVector|error|Errors layer
99

0 commit comments

Comments
 (0)