Skip to content

Commit 6e9fc10

Browse files
author
leolami
committedJul 31, 2009
Update v.out.ogr and r.out.gdal GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk@11219 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 16b91c6 commit 6e9fc10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎src/plugins/grass/modules-common/r.out.gdal.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<option key="input" region="no"/>
66
<option key="format" />
77
<option key="type" label="Choose appropriate format"/>
8-
<file key="output" type="new" />
8+
<file key="output" type="new" label="Output raster file, specify the file extension" />
99
</qgisgrassmodule>

‎src/plugins/grass/modules-common/v.out.ogr.qgm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<qgisgrassmodule label="Export vector to various formats (OGR library)" module="v.out.ogr">
55
<option key="input" layeroption="layer" typeoption="type" />
66
<option key="format"/>
7-
<file key="dsn" type="new" fileoption="olayer" label="Output vector file" />
7+
<file key="dsn" type="new" label="Output vector file, specify the file extension" />
8+
<option key="olayer" answer="default" hidden="yes" />
89
<flag key="e" answer="on" hidden="yes" />
910
<flag key="c" answer="on" hidden="no" label="Write only features link to a record"/>
1011
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.