Changes between Version 3 and Version 4 of wxGUIDevelopment/wxDataCatalog
- Timestamp:
- 11/17/16 17:16:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/wxDataCatalog
v3 v4 1 1 This page collects ideas about '''wxGUI Data Catalog''' development. The main goal is to implement an application integrated into Layer Manager (as a new tab) and standalone application as `g.gui.datacatalog`. 2 2 3 Current implementation in trunk allows to:3 Current implementation in trunk is refactored (using !TreeModel, !TreeView) and allows to: 4 4 5 * rename maps in the current mapset6 * remove maps from the current mapset7 * copy maps from different mapsets into current mapsets(within the same location)5 * rename maps 6 * remove maps 7 * copy maps (within the same location) 8 8 * drag and drop for copying 9 * perform these actions even outside the current mapset or location (achieved by using separate environment) 10 * searching, filtering maps based on pattern 11 * display map if in current location 12 * reload mapset or GRASS database 9 13 10 14 Pool for advanced features: … … 15 19 * preview of maps 16 20 * show metadata 17 * searching, filtering maps based on pattern18 21 * bulk operations (remove, copy, rename) 19 22 * ''add your idea here...'' 20 23 21 Refactoring needed before adding more features (ongoing effort by annakrat):22 * using !TreeModel, !TreeView (MVC approach)23 * separate environment for changes in different locations/mapsets24 24 25 25 See also: