#80: Convert tcl grc to wxpython version
-------------------------+--------------------------------------------------
Reporter: dersh | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: Python | Version: unspecified
Keywords: gis tcl wx |
-------------------------+--------------------------------------------------
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.
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'.