Opened 17 years ago
Closed 17 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 , 17 years ago
Component: | default → Python |
---|
comment:2 by , 17 years ago
Owner: | set to |
---|
comment:3 by , 17 years ago
Milestone: | 6.3.0 → 6.4.0 |
---|
comment:4 by , 17 years ago
Version: | unspecified → svn-trunk |
---|
Note:
See TracTickets
for help on using tickets.
Should be fixed now in trunk [29548] (including sorting by column).
Martin