Skip to content

Commit 5b1997b

Browse files
author
rugginoso
committed
Added r.external GRASS module. Fixes #1623.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10909 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5635116 commit 5b1997b

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/plugins/grass/config/default.qgc

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<grass name="i.in.spotvgt"/>
2121
<grass name="r.in.srtm"/>
2222
<grass name="r.in.aster"/>
23+
<grass name="r.external"/>
2324
</section>
2425
<section label="Import vector">
2526
<grass name="v.in.ogr.qgis"/>
2.31 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
3+
<qgisgrassmodule label="Link GDAL supported raster file to a binary raster map layer" module="r.external">
4+
<flag key="o"/>
5+
<flag key="e"/>
6+
<file key="input"/>
7+
<option key="output"/>
8+
<option key="band"/>
9+
<option key="title"/>
10+
</qgisgrassmodule>

0 commit comments

Comments
 (0)