[processing] allow multiple threshold values for GRASS v.clean.advanced algorithm (fix #13748)

This commit is contained in:
Alexander Bruy 2016-01-12 16:11:37 +02:00
parent 47ae05fbdb
commit 04542a900a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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