-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More GRASS modules updated and added. Applied #2004
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
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |