Skip to content

Commit 6475360

Browse files
committedFeb 22, 2016
[GRASS] fixed v.in.ogr.all.loc input widget
1 parent b92cb81 commit 6475360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/plugins/grass/modules/v.in.ogr.all.loc.qgm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

44
<qgisgrassmodule label="Import all OGR/PostGIS vectors in a given data source and create a fitted location" module="v.in.ogr">
5-
<option key="dsn" label="Path to the OGR data source" version_max="6.4"/>
6-
<option key="input" label="Path to the OGR data source" version_min="7.0"/>
5+
<file key="dsn" type="directory" label="Path to the OGR data source" version_max="6.4"/>
6+
<file key="input" type="directory" label="Path to the OGR data source" version_min="7.0"/>
77
<option key="output" />
88
<option key="location" />
99
<option key="type" advanced="yes"/>

0 commit comments

Comments
 (0)
Please sign in to comment.