Skip to content

Commit

Permalink
GRASS plugin r.in.gdal/r.in.gdal.loc update from Marco Pasetti.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions src/plugins/grass/modules/r.in.gdal.loc.qgm
@@ -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>
7 changes: 4 additions & 3 deletions src/plugins/grass/modules/r.in.gdal.qgm
@@ -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>

0 comments on commit 52882a2

Please sign in to comment.