Skip to content

Commit

Permalink
[processin] fixed wrong parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Dec 6, 2016
1 parent 6f9292a commit ec8aea2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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

0 comments on commit ec8aea2

Please sign in to comment.