Skip to content

Commit e4122fa

Browse files
author
rugginoso
committed
Added r.external.qgis GRASS plugin module.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10911 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 016b67f commit e4122fa

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/plugins/grass/config/default.qgc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<grass name="r.in.srtm"/>
2222
<grass name="r.in.aster"/>
2323
<grass name="r.external"/>
24+
<grass name="r.external.qgis"/>
2425
</section>
2526
<section label="Import vector">
2627
<grass name="v.in.ogr.qgis"/>
Loading
Lines changed: 10 additions & 0 deletions
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 layer to a binary raster map layer" module="r.external">
4+
<flag key="o"/>
5+
<flag key="e"/>
6+
<gdal key="source" label="GDAL raster layer"/>
7+
<option key="output"/>
8+
<option key="band"/>
9+
<option key="title"/>
10+
</qgisgrassmodule>

0 commit comments

Comments
 (0)