Skip to content

Commit 426469a

Browse files
author
pcav
committedNov 12, 2010
Minor improvement to a GRASS module
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14550 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/plugins/grass/modules-common/v.in.ascii.qgm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
<option key="x" label="Which column for the X coordinate? The first is 1"/>
1111
<option key="y" label="Which column for the Y coordinate?"/>
1212
<option key="z" label="Which column for the Z coordinate? If 0, z coordinate is not used"/>
13+
<option key="cat" advanced="yes" />
14+
<flag key="t" advanced="yes" />
15+
<flag key="b" advanced="yes" />
16+
<flag key="r" advanced="yes" />
1317
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.