[GRASS-dev] [GRASS GIS] #1893: d.vect on re-opening switches to default layer
GRASS GIS
trac at osgeo.org
Mon Feb 25 03:31:55 PST 2013
#1893: d.vect on re-opening switches to default layer
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by mmetz):
Replying to [comment:4 mlennert]:
> Replying to [comment:3 mmetz]:
> > Replying to [comment:2 mlennert]:
> > > Replying to [comment:1 annakrat]:
> > > > Please try r55181.
> > >
> > > Works great for me.
> > >
> >
> > Does not work for me in all branches with a network generated with
v.net.
> > 1. Add a table to layer 2
> > 2. Display layer 2 with attributes (just cats for testing), click OK:
ok
> > 3. Double-click on the layer in the lmgr, do nothing just click OK:
KABOOM! Vectors are gone, error:
> >
> > {{{
> > Details: attrcol not specified, cannot display attributes
> > }}}
> >
> > It might be easier to just hide the dialog and show it again (like for
decorations) on double-click or clock on Properties. The dialog then needs
to be destroyed when the layer is removed. Makes sense?
>
> I see the issue. IIUC, it's due to llayer. But wouldn't it be enough to
apply a similar fix to llayer ?
No. You would need similar fixes for all column options as well. The
dialog should IMHO not be updated when showing properties because the user
did not update anything. IOW, the dialog and its options should only be
updated when they are really updated (changed by the user). Thus my
show/hide suggestion, which is already used for other dialogs.
Markus M
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1893#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list