#218: wxGUI modules don't refresh the list of available maps
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: [email protected]
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>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev