data catalog uses only one outdated gui module which is mapdisplay.py all other modules are from latest grass trunk. mapdisplay should be kept as seperate for proper working of data catalog. if needed i will consider updating it also. i cannot use latest mapsdisplay.py from grass trunk, the reason is in mapdisplay.py from trunk it use wx.frame and i need wx.panel inheritance for embedding mapFrame inside the notebook panel
Regards, Rashad ________________________________ From: Martin Landa <[email protected]> To: Mohammed Rashad <[email protected]> Cc: [email protected] Sent: Sat, May 29, 2010 9:25:38 PM Subject: Re: [GRASS-user] GRASS GUI assessment Hi, 2010/5/29 Mohammed Rashad <[email protected]>: > You please check this addon > a new grass gis manager > http://trac.osgeo.org/grass/browser/grass-addons/gui/wxpython/data_catalog > the screenshots are old. not enough time to update :) > > here is the code > http://trac.osgeo.org/grass/browser/grass-addons/gui/wxpython/data_catalog the problem of the data catalog is that it contains copy of several wxGUI modules (mostly out-dated). It should be ideally implemented as one python module (data_catalog.py). The developer of the data catalog can send patches via Trac for wxGUI code in trunk to make this solution possible. Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
