Opened 16 years ago
Closed 16 years ago
#241 closed defect (fixed)
v.proj: broken (?) -z description and missing -l description in wxGUI
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | ||
CPU: | All | Platform: | All |
Description
v.proj --help prints the -z description somewhat strange - in 2 lines and with different intendation:
Flags: -l List vector maps in input location and exit -z 3D vector maps only Assume z co-ordinate is ellipsoidal height and transform if possible --o Allow output files to overwrite existing files --v Verbose module output --q Quiet module output
In wxGUI the v.proj is missing -l option decsription. Maybe related.
Change History (4)
follow-up: 2 comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
follow-up: 3 comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to martinl:
-z 3D vector maps only Assume z co-ordinate is ellipsoidal height and transform if possibleThat's right "3D vector maps only" is short flag description and "Assume z co-ordinate is ellipsoidal height and transform if possible" is extended description,
The 2 descriptions should be the other way round I think - "3D vector maps only" alone does not explain much. It would do as extra info (tooltip), if "Assume z co-ordinate is ellipsoidal height and transform if possible" was the main description. Is it possible to swap them?
comment:3 by , 16 years ago
Replying to msieczka:
Replying to martinl:
That's right "3D vector maps only" is short flag description and "Assume z co-ordinate is ellipsoidal height and transform if possible" is extended description,
The 2 descriptions should be the other way round I think - "3D vector maps only" alone does not explain much. It would do as extra info (tooltip), if "Assume z co-ordinate is ellipsoidal height and transform if possible" was the main description. Is it possible to swap them?
Martin
That's right "3D vector maps only" is short flag description and "Assume z co-ordinate is ellipsoidal height and transform if possible" is extended description, in wxGUI shown as tooltip.
Fixed in trunk and devbr6, r32437 and r32434.
Ticket closed.