Opened 16 years ago

Closed 16 years ago

#5 closed defect (fixed)

Location wizard: sort list from EPSG browser

Reported by: neteler Owned by: martinl
Priority: major Milestone: 6.4.0
Component: Python Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

The list resulting from an EPSG search in wxgrass' Location wizard should be sorted numerically by code, currently:

...
20008
20009
2001
20012
20013
...

which should be

...
2001
20008
20009
20012
20013
...

Related: if possible, please enable sort-by-column through clicking on the column name.

thanks Markus

Change History (5)

comment:1 by neteler, 16 years ago

Component: defaultPython

comment:2 by martinl, 16 years ago

Owner: set to martinl

comment:3 by neteler, 16 years ago

Milestone: 6.3.06.4.0

comment:4 by martinl, 16 years ago

Version: unspecifiedsvn-trunk

Should be fixed now in trunk [29548] (including sorting by column).

Martin

comment:5 by neteler, 16 years ago

Resolution: fixed
Status: newclosed

Works, thanks.

Note: See TracTickets for help on using tickets.