Ticket #950 (closed defect: fixed)
Error opening workspace file
| Reported by: | epatton | Owned by: | martinl |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5.0 |
| Component: | wxGUI | Version: | svn-develbranch6 |
| Keywords: | gui, workspace | Cc: | grass-dev@… |
| Platform: | Linux | CPU: | x86-64 |
Description
I get the following error after trying to open a workspace file in Grass 6.5.svn:
Traceback (most recent call last): File "/usr/local/grass-6.5.svn/etc/wxpython/wxgui.py", line 622, in OnWorkspaceOpen self.LoadWorkspaceFile(filename) File "/usr/local/grass-6.5.svn/etc/wxpython/wxgui.py", line 717, in LoadWorkspaceFile lvdigit=layer['vdigit']) KeyError : 'vdigit'
This error only seems to manifest itself when layer group folders are used.
To replicate error (in North Carolina dataset, Grass 6.5.svn):
1. start wxpthon gui, add vectors streams, lakes, geodetic_pts. Add raster elevation. 2. Save the workspace. 3. Exit Grass, start Grass, load workspace, everything works ok. 4. add layer group folder, drag vectors into folder. Save workspace and exit Grass. 5. Start Grass, load workspace; wxgui gives the same error as above.
~ Eric.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

