mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processin] fixed wrong parameter type
This commit is contained in:
parent
6f9292a75d
commit
ec8aea2f60
@ -2,8 +2,8 @@ v.buffer
|
||||
v.buffer.distance - Creates a buffer around features of given type.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input vector layer|-1|False
|
||||
ParameterString|distance|Buffer distance in map units|
|
||||
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
|
||||
ParameterNumber|distance|Buffer distance in map units|None|None|100.0
|
||||
ParameterNumber|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|None|None|0.01
|
||||
ParameterBoolean|-s|Make outside corners straight|False
|
||||
ParameterBoolean|-c|Do not make caps at the ends of polylines|False
|
||||
OutputVector|output|Buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user