[Feat] wxGUI datacatalog: Add multiple GRASS databases #741
Labels
enhancement
New feature or request
gsoc
Reserved for Google Summer of Code student(s)
GUI
wxGUI related
Projects
Currently, only the current database is in the GUI datacatalog. To make this more useful, user needs to be able to add additional ones.
Changes throughout the tree.py will be needed, starting e.g. with
_initVariables,DefineItems. Next, wherever there isgisenv()['GISDBASE']it needs to be checked if it should be replaced by currently selected db instead. But pretty much all methods need to be reviewed if any change is needed there.As a way to test it, I suggest adding a button to the toolbar that would open a file dialog to add a new db.
For this issue, we don't need to implement any functionality on right click for db, later we would add e.g. add new location, remove from tree.
The text was updated successfully, but these errors were encountered: