Skip to content

Commit

Permalink
Improved v.random GRASS module
Browse files Browse the repository at this point in the history
  • Loading branch information
pcav committed Feb 24, 2012
1 parent 845bc89 commit 67d432c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/plugins/grass/modules/v.random.qgm
Expand Up @@ -2,8 +2,9 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Create random 2D/3D vector points" module="v.random">
<option key="n" answer="1" hidden="no"/>
<option key="zmin" answer="0.0" hidden="no"/>
<option key="zmax" answer="0.0" hidden="no"/>
<option key="n" />
<option key="column" advanced="yes"/>
<option key="zmin" advanced="yes"/>
<option key="zmax" advanced="yes"/>
<option key="output" />
</qgisgrassmodule>

0 comments on commit 67d432c

Please sign in to comment.