We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 14737d5 commit e373f4bCopy full SHA for e373f4b
src/plugins/grass/config/default.qgc
@@ -20,6 +20,7 @@
20
<grass name="i.in.spotvgt"/>
21
<grass name="r.in.srtm"/>
22
<grass name="r.in.aster"/>
23
+ <grass name="r.external"/>
24
</section>
25
<section label="Import vector">
26
<grass name="v.in.ogr.qgis"/>
src/plugins/grass/modules-6.4/r.external.1.png
2.31 KB
src/plugins/grass/modules-6.4/r.external.qgm
@@ -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