Ticket #514 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Python GUI extremely slow on selecting large vector datasets in dropdown box

Reported by: gisboa Owned by: martinl
Priority: major Milestone: 6.4.0
Component: wxGUI Version: unspecified
Keywords: python vector select Cc: grass-dev@…
Platform: All CPU: All

Description

The new Python gui has convenient dropdown boxes to list the available datasets. When selecting a very large vector dataset from such a dropdown box it takes quite a while before the choice is accepted. It looks like v.category is called, which is sometimes handy, but not if it stalls the user interface for several minutes.

Change History

Changed 3 years ago by martinl

  • component changed from Python to wxGUI

Changed 3 years ago by martinl

  • cc grass-dev@… added
  • owner changed from grass-dev@… to martinl
  • status changed from new to assigned

Hopefully improved in r37010 (trunk) and r37011 (devbr6). Any testing highly welcomed...

Martin

Changed 3 years ago by martinl

  • status changed from assigned to closed
  • resolution set to fixed

Backported to relbr64, r37031. Closing the ticket, please reopen if need.

M.

Note: See TracTickets for help on using tickets.