File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
src/plugins/grass/modules-common Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
- <qgisgrassmodule label =" Import all OGR/PostGIS vectors in a given data source" module =" v.in.ogr" >
4
+ <qgisgrassmodule label =" Import OGR vectors in a given data source combining them in a GRASS vector " module =" v.in.ogr" >
5
5
<flag key =" o" answer =" on" hidden =" yes" />
6
6
<flag key =" z" answer =" off" hidden =" no" />
7
7
<flag key =" e" answer =" off" hidden =" no" />
8
- <option key =" dsn" type =" old " label =" Path to the OGR data source" />
8
+ <file key =" dsn" type =" directory " label =" Path to the OGR data source" />
9
9
<option key =" output" />
10
10
<option key =" type" />
11
11
</qgisgrassmodule >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+ <qgisgrassmodule label =" Import loaded vector selecting some features" module =" v.in.ogr" >
5
+ <flag key =" o" answer =" on" hidden =" yes" />
6
+ <flag key =" z" answer =" off" hidden =" no" />
7
+ <flag key =" e" answer =" off" hidden =" no" />
8
+ <ogr key =" dsn" layeroption =" layer" whereoption =" where" label =" OGR vector layer" />
9
+ <option key =" where" />
10
+ <option key =" output" />
11
+ <option key =" type" />
12
+ </qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments