Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added r.external GRASS module. Fixes #1623.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10909 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rugginoso committed Jun 12, 2009
1 parent 14737d5 commit e373f4b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/config/default.qgc
Expand Up @@ -20,6 +20,7 @@
<grass name="i.in.spotvgt"/>
<grass name="r.in.srtm"/>
<grass name="r.in.aster"/>
<grass name="r.external"/>
</section>
<section label="Import vector">
<grass name="v.in.ogr.qgis"/>
Expand Down
Binary file added src/plugins/grass/modules-6.4/r.external.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/plugins/grass/modules-6.4/r.external.qgm
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
<qgisgrassmodule label="Link GDAL supported raster file to a binary raster map layer" module="r.external">
<flag key="o"/>
<flag key="e"/>
<file key="input"/>
<option key="output"/>
<option key="band"/>
<option key="title"/>
</qgisgrassmodule>

0 comments on commit e373f4b

Please sign in to comment.