Skip to content

Commit

Permalink
More GRASS modules updated and added. Applied #2004
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12475 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Dec 15, 2009
1 parent fa20e9b commit fc2e019
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grass/modules-common/v.in.ogr.all.qgm
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import all OGR/PostGIS vectors in a given data source" module="v.in.ogr">
<qgisgrassmodule label="Import OGR vectors in a given data source combining them in a GRASS vector" module="v.in.ogr">
<flag key="o" answer="on" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" />
<option key="dsn" type="old" label="Path to the OGR data source" />
<file key="dsn" type="directory" label="Path to the OGR data source" />
<option key="output" />
<option key="type" />
</qgisgrassmodule>
8 changes: 8 additions & 0 deletions src/plugins/grass/modules-common/v.in.ogr.qgis.where.1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/plugins/grass/modules-common/v.in.ogr.qgis.where.qgm
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import loaded vector selecting some features" module="v.in.ogr">
<flag key="o" answer="on" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" />
<ogr key="dsn" layeroption="layer" whereoption="where" label="OGR vector layer" />
<option key="where" />
<option key="output" />
<option key="type" />
</qgisgrassmodule>

0 comments on commit fc2e019

Please sign in to comment.