mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] allow multiple threshold values for GRASS v.clean.advanced algorithm (fix #13748)
This commit is contained in:
parent
47ae05fbdb
commit
04542a900a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user