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 b92cb81 commit 6475360Copy full SHA for 6475360
src/plugins/grass/modules/v.in.ogr.all.loc.qgm
@@ -2,8 +2,8 @@
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
4
<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"/>
+ <file key="dsn" type="directory" label="Path to the OGR data source" version_max="6.4"/>
+ <file key="input" type="directory" label="Path to the OGR data source" version_min="7.0"/>
7
<option key="output" />
8
<option key="location" />
9
<option key="type" advanced="yes"/>
0 commit comments