We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 9cea0f0 commit 8d7c478Copy full SHA for 8d7c478
src/plugins/grass/modules-6.4/v.buffer.qgm
@@ -2,7 +2,11 @@
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
4
<qgisgrassmodule label="Vector buffer" module="v.buffer">
5
+ <flag key="s" answer="off" hidden="no" />
6
+ <flag key="c" answer="off" hidden="no" />
7
<option key="input" typeoption="type" layeroption="layer" />
8
<option key="distance"/>
9
+ <option key="minordistance"/>
10
+ <option key="angle"/>
11
<option key="output" />
12
</qgisgrassmodule>
0 commit comments