Opened 17 years ago
Closed 17 years ago
#80 closed enhancement (fixed)
Convert tcl grc to wxpython version
Reported by: | dersh | Owned by: | martinl |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.0 |
Component: | Python | Version: | unspecified |
Keywords: | gis tcl wx | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
When using the wxpython gui there is no way to open an older grc file that was created with gis.m. As the intent is that the wxpython GUI take-over for the tcl GUI, then it is important that users will be able to open their existing files. Long time users will not be willing to move to the wx interface if they can't open existing files. So it is important that a converter be created to keep backward compatibility. This could be either a stand-alone tool, or it could just be a part of the open command within the wxpython gui.
Thanks,
Change History (3)
comment:1 by , 17 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 17 years ago
Closing ticket for now. If you find some missing feature in GRC loader, please re-open this ticket. Martin
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Basic prototype of GRC file loader is now available in trunk, r30915.
You can load GRC file from menu 'Workspace->Load GRC file'. Note that not all instructions are supported (e.g. 'drapemap' for rasters). Skipped lines are printed to 'Command window'.
Martin