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 , 14 years ago
Keywords: | v.build 3D added |
---|
follow-up: 3 comment:2 by , 14 years ago
Cc: | added |
---|---|
Owner: | changed from | to
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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!
follow-up: 5 comment:4 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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.
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Try r43897 (backported to 6.5 for testing)