Opened 14 years ago

Closed 14 years ago

#1194 closed defect (fixed)

v.build opt=dump does not report the Z coord

Reported by: msieczka Owned by: martinl
Priority: normal Milestone: 6.4.1
Component: Vector Version: svn-releasebranch64
Keywords: v.build, 3D Cc: grass-dev@…
CPU: All Platform: All

Description

v.build opt=dump does not report node's Z coordinate for 3D vector maps, although it provides the feature's Top and Bottom correctly:

$ v.build opt=dump map=v3d

---------- TOPOLOGY DUMP ----------
N,S,E,W,T,B: 4927312.491377, 4927312.491377, 601940.330289, 601940.330289, 2.173792, 2.173792
Nodes (1 nodes, alive + dead ):
node = 1, n_lines = 1, xy = 601940.330289, 4927312.491377
  line =   1, type = 1, angle = -9.000000
Lines (1 lines, alive + dead ):
line = 1, type = 1, offset = 14 n1 = 1, n2 = 1, left/area = 0, right = 0
N,S,E,W,T,B: 4927312.491377, 4927312.491377, 601940.330289, 601940.330289, 2.173792, 2.173792
Areas (0 areas, alive + dead ):
Islands (0 islands, alive + dead ):

Change History (5)

comment:1 by martinl, 14 years ago

Keywords: v.build 3D added

comment:2 by martinl, 14 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl

Try r43897 (backported to 6.5 for testing)

in reply to:  2 comment:3 by msieczka, 14 years ago

Resolution: fixed
Status: newclosed

Replying to martinl:

Try r43897 (backported to 6.5 for testing)

Looks OK:

GRASS 6.5.svn (spearfish60):~ > v.build opt=dump map=v3d
---------- TOPOLOGY DUMP ----------
N,S,E,W,T,B: 4927312.491377, 4927312.491377, 601940.330289, 601940.330289, 2.173792, 2.173792
Nodes (1 nodes, alive + dead ):
node = 1, n_lines = 1, xyz = 601940.330289, 4927312.491377, 2.173792
  line =   1, type = 1, angle = -9.000000
Lines (1 lines, alive + dead ):
line = 1, type = 1, offset = 14 n1 = 1, n2 = 1, left/area = 0, right = 0
N,S,E,W,T,B: 4927312.491377, 4927312.491377, 601940.330289, 601940.330289, 2.173792, 2.173792
Areas (0 areas, alive + dead ):
Islands (0 islands, alive + dead ):

Thanks!

comment:4 by msieczka, 14 years ago

Resolution: fixed
Status: closedreopened

Re-opening the ticket in case this fix can be backported to 64 branch, which I orginally reported for. Please just close it in case this is not possible.

in reply to:  4 comment:5 by martinl, 14 years ago

Resolution: fixed
Status: reopenedclosed

Replying to msieczka:

Re-opening the ticket in case this fix can be backported to 64 branch, which I orginally reported for. Please just close it in case this is not possible.

done in r43942. Closing.

Note: See TracTickets for help on using tickets.