Opened 15 years ago
Closed 15 years ago
#642 closed enhancement (fixed)
Refresh button / auto refresh button for Attribute Table viewer while using wxvdigit
Reported by: | stevensj | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 6.5.0 |
Component: | wxGUI | Version: | unspecified |
Keywords: | v.digit refresh | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
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.
Change History (3)
follow-ups: 2 3 comment:1 by , 15 years ago
Cc: | added |
---|---|
Milestone: | 6.4.0 → 6.5.0 |
comment:2 by , 15 years ago
Cc: | added; removed |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Replying to martinl:
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).
Martin
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to martinl:
Replying to 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).
Closing the ticket. Martin
Replying to stevensj:
That's not right, you can reload attribute data from contextual menu (right mouse button click) without closing and reopening attribute table manager.
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.