Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
New GRASS modules to convert loaded rasters and vectors - thanks John…
… C. Tull git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10282 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
pcav
committed
Mar 16, 2009
1 parent
a0d4e9a
commit 40b10c6
Showing
12 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
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.
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.
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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Import loaded raster and create a fitted location" module="r.in.gdal"> | ||
<flag key="o" answer="off" hidden="yes" /> | ||
<flag key="e" answer="on" hidden="yes" /> | ||
<gdal key="input" label="GDAL raster layer" /> | ||
<option key="output" /> | ||
<option key="location" /> | ||
</qgisgrassmodule> |
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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Import loaded raster" module="r.in.gdal"> | ||
<flag key="o" answer="on" hidden="yes" /> | ||
<flag key="e" answer="off" hidden="yes" /> | ||
<gdal key="input" label="GDAL raster layer" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |
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.
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.
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Import loaded vector and create a fitted location" module="v.in.ogr"> | ||
<flag key="o" answer="off" hidden="yes" /> | ||
<flag key="z" answer="off" hidden="no" /> | ||
<ogr key="dsn" layeroption="layer" whereoption="where" label="OGR vector layer" /> | ||
<option key="output" /> | ||
<option key="location" /> | ||
<option key="type" /> | ||
</qgisgrassmodule> |
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Import loaded vector" module="v.in.ogr"> | ||
<flag key="o" answer="off" 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="output" /> | ||
<option key="type" /> | ||
</qgisgrassmodule> |