Opened 14 years ago
Closed 14 years ago
#1167 closed defect (fixed)
wx location wizard: proj4 terms fall off edge of window
Reported by: | hamish | Owned by: | martinl |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.1 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | location wizard | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | Linux |
Description
Hi,
in the wxGUI startup screen location wizard, if you define custom projection from PROJ4 terms (just cut&paste something out of the epsg file), once you get to the Summary page the Projection: line just continues off the right side of the window. Some sort of linewrap is needed I guess.
(seen on ubuntu 10.04 + grass65)
cheers, Hamish
Change History (7)
follow-up: 2 comment:1 by , 14 years ago
Cc: | added |
---|---|
Owner: | changed from | to
follow-ups: 3 6 comment:2 by , 14 years ago
Replying to martinl:
In r43567 is projstring wrapped based on spaces. Is it enough for this ticket from your point of view?
yes, that is very nice, thank you.
similar issue: define location by PRJ or WKT file falls off the right hand side of the window in the same way if the path is very long (just happened to me today). is there a way to wrap the string after it gets to a dirsep past column 60-something?
Hamish
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Component: | Startup → wxGUI |
---|
comment:5 by , 14 years ago
Keywords: | wx removed |
---|
comment:6 by , 14 years ago
Replying to hamish:
similar issue: define location by PRJ or WKT file falls off the right hand side of the window in the same way if the path is very long (just happened to me today). is there a way to wrap the string after it gets to a dirsep past column 60-something?
This issue should be fixed in r43964 (thanks to Anna Kratochvilova for the patch).
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r43567 is projstring wrapped based on spaces. Is it enough for this ticket from your point of view?