[QGIS-trac] Re: [Quantum GIS] #1489: GRASS Plugin: Map name input
field not
working correctly for modules that take multiple input maps
Quantum GIS
qgis at qgis.org
Tue Mar 24 05:53:11 EDT 2009
#1489: GRASS Plugin: Map name input field not working correctly for modules that
take multiple input maps
-----------------------------------------------------+----------------------
Reporter: benducke | Owner: nobody
Type: bug | Status: new
Priority: major: does not work as expected | Milestone: Version 1.0.2
Component: GRASS | Version: HEAD
Resolution: | Keywords: GRASS, multiple, map names
Platform_version: | Platform: All
Must_fix: No | Status_info: 0
-----------------------------------------------------+----------------------
Changes (by neteler):
* platform: Debian => All
Comment:
I have tried:
{{{
svn diff src/plugins/grass/modules
Index: src/plugins/grass/modules/r.patch.qgm
===================================================================
--- src/plugins/grass/modules/r.patch.qgm (revision 10412)
+++ src/plugins/grass/modules/r.patch.qgm (working copy)
@@ -4,6 +4,6 @@
<qgisgrassmodule label="Create new raster by combining other rasters"
module="r.patch">
<option key="input"/>
<flag key="z" answer="off" hidden="no" />
- <file key="input" label="Type in map names separated by a comma"
/>
+ <option key="input" label="Alternatively, type in map names
separated by comma" />
<option key="output" />
</qgisgrassmodule>
}}}
but this leads to a selector (no more free text field). Maybe there is
something else than "file" or "option" which creates a free text field
without the button behind it?
Markus
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1489#comment:1>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list