-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GRASS plugin r.in.gdal/r.in.gdal.loc update from Marco Pasetti.
Thanks. git-svn-id: http://svn.osgeo.org/qgis/trunk@8415 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
jef
committed
May 8, 2008
1 parent
c885fa1
commit 52882a2
Showing
2 changed files
with
9 additions
and
7 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,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Import GDAL raster layer and create a fitted location" module="r.in.gdal"> | ||
<gdal key="input" label="GDAL raster layer" /> | ||
<option key="output" /> | ||
<qgisgrassmodule label="Import GDAL supported raster file into a binary raster map layer and create a fitted location" module="r.in.gdal"> | ||
<flag key="o" answer="off" hidden="yes" /> | ||
<flag key="e" answer="on" hidden="yes" /> | ||
<file key="input" /> | ||
<option key="output" /> | ||
<option key="location" /> | ||
</qgisgrassmodule> | ||
</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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label="Import GDAL raster layer" module="r.in.gdal"> | ||
<gdal key="input" label="GDAL raster layer" /> | ||
<option key="output" /> | ||
<qgisgrassmodule label="Import GDAL supported raster file into a binary raster map layer" module="r.in.gdal"> | ||
<flag key="o" answer="on" hidden="yes" /> | ||
<flag key="e" answer="off" hidden="yes" /> | ||
<file key="input" /> | ||
<option key="output" /> | ||
</qgisgrassmodule> |