[GRASS-dev] [GRASS GIS] #218: wxGUI modules don't refresh the list
of available maps
GRASS GIS
trac at osgeo.org
Sat Jul 5 13:23:51 EDT 2008
#218: wxGUI modules don't refresh the list of available maps
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
Example:
We have one map in the mapset:
{{{
$ g.list rast
----------------------------------------------
raster files available in mapset <PERMANENT>:
xxx
}}}
Let's start a GUI for some raster module, e.g.:
{{{
r.resample&
}}}
Under its "Name of an input layer" only raster "xxx" is available - OK.
Now let's create another raster map:
{{{
r.mapcalc 'yyy=1'
}}}
And see the newly created raster map is not available in the "Name of an
input layer" list - one needs to restart the module's GUI to access
anything created after it was started.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/218>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list