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: grass-dev@…
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)

comment:1 by martinl, 16 years ago

Resolution: fixed
Status: newclosed
  -z   3D vector maps only
        Assume z co-ordinate is ellipsoidal height and transform if possible

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.

In wxGUI the v.proj is missing -l option decsription. Maybe related.

Fixed in trunk and devbr6, r32437 and r32434.

Ticket closed.

in reply to:  1 ; comment:2 by msieczka, 16 years ago

Resolution: fixed
Status: closedreopened

Replying to martinl:

  -z   3D vector maps only
        Assume z co-ordinate is ellipsoidal height and transform if possible

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?

in reply to:  2 comment:3 by martinl, 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?

Done, r32442 and r32445.

Martin

comment:4 by cmbarton, 16 years ago

Resolution: fixed
Status: reopenedclosed

Fixed

Note: See TracTickets for help on using tickets.