#642: Refresh button / auto refresh button for Attribute Table viewer while using
wxvdigit
-----------------------------+----------------------------------------------
Reporter: stevensj | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Keywords: v.digit refresh | Platform: Unspecified
Cpu: Unspecified |
-----------------------------+----------------------------------------------
The attribute table viewer in the wxGUI is excellent. When digitising, it
would be nice to see the new features added to the table as you create
them. Currently, to do this you have to close then reopen the attribute
table viewer.
It would be good if the attribute table could be refreshed, either
automatically when the attribute table changes, or with a refresh button
on the tab with the data view.
#642: Refresh button / auto refresh button for Attribute Table viewer while using
wxvdigit
--------------------------+-------------------------------------------------
Reporter: stevensj | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords: v.digit refresh
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by martinl):
* cc: martinl (added)
* milestone: 6.4.0 => 6.5.0
Comment:
Replying to [ticket:642 stevensj]:
> The attribute table viewer in the wxGUI is excellent. When digitising,
it would be nice to see the new features added to the table as you create
them. Currently, to do this you have to close then reopen the attribute
table viewer.
That's not right, you can reload attribute data from contextual menu
(right mouse button click) without closing and reopening attribute table
manager.
> It would be good if the attribute table could be refreshed, either
automatically when the attribute table chance, or with a refresh button on
the tab with the data view.
See above. Your wish to refresh attribute list when digitizing (eg. adding
new feature) seems reasonable to me. I changed milestone to 6.5 since
there is no change to get this feature to 6.4.0.
> > It would be good if the attribute table could be refreshed, either
automatically when the attribute table chance, or with a refresh button on
the tab with the data view.
>
> See above. Your wish to refresh attribute list when digitizing (eg.
adding new feature) seems reasonable to me. I changed milestone to 6.5
since there is no change to get this feature to 6.4.0.
Done in r37888 (trunk) and r37889 (devbr6). Note that currently data are
reloaded (which is very time consuming task for large attribute tables).
Ideally should be added/removed only given row from the list (TODO).
Replying to [comment:1 martinl]:
> Replying to [ticket:642 stevensj]:
> > The attribute table viewer in the wxGUI is excellent. When
digitising, it would be nice to see the new features added to the table as
you create them. Currently, to do this you have to close then reopen the
attribute table viewer.
>
> That's not right, you can reload attribute data from contextual menu
(right mouse button click) without closing and reopening attribute table
manager.
I added new button to ATM - to reload/refresh attribute data - see r37890
(trunk), r37891 (devbr6) and r37892 (relbr64).