Skip to content

Commit 04542a9

Browse files
committed
[processing] allow multiple threshold values for GRASS v.clean.advanced algorithm (fix #13748)
1 parent 47ae05f commit 04542a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/processing/algs/grass/description/v.clean.advanced.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ v.clean.advanced - Toolset for cleaning topology of vector map (Advanced).
33
Vector (v.*)
44
ParameterVector|input|Layer to clean|-1|False
55
ParameterString|tool|Cleaning tools (comma separated)|break
6-
ParameterNumber|thresh|Threshold|None|None|0.0001
6+
ParameterString|thresh|Threshold (comma separated)|None|None|0.0001
77
OutputVector|output|Cleaned
88
OutputVector|error|Errors

python/plugins/processing/algs/grass7/description/v.clean.advanced.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ v.clean.advanced - Toolset for cleaning topology of vector map (Advanced).
33
Vector (v.*)
44
ParameterVector|input|Layer to clean|-1|False
55
ParameterString|tool|Cleaning tools (comma separated)|break
6-
ParameterNumber|threshold|Threshold|None|None|0.0001
6+
ParameterString|threshold|Threshold (comma separated)|None|None|0.0001
77
OutputVector|output|Cleaned
88
OutputVector|error|Errors

0 commit comments

Comments
 (0)