[GRASS-dev] [GRASS GIS] #1194: v.build opt=dump does not report the Z coord

#1194: v.build opt=dump does not report the Z coord
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Keywords: | Platform: All
      Cpu: All |
----------------------+-----------------------------------------------------
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 ):
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1194&gt;
GRASS GIS <http://grass.osgeo.org>

#1194: v.build opt=dump does not report the Z coord
-------------------------+--------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Keywords: v.build, 3D | Platform: All
      Cpu: All |
-------------------------+--------------------------------------------------
Changes (by martinl):

  * keywords: => v.build, 3D

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1194#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1194: v.build opt=dump does not report the Z coord
-------------------------+--------------------------------------------------
Reporter: msieczka | Owner: martinl
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Keywords: v.build, 3D | Platform: All
      Cpu: All |
-------------------------+--------------------------------------------------
Changes (by martinl):

* cc: grass-dev@… (added)
  * owner: grass-dev@… => martinl

Comment:

Try r43897 (backported to 6.5 for testing)

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1194#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1194: v.build opt=dump does not report the Z coord
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Resolution: fixed | Keywords: v.build, 3D
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by msieczka):

  * status: new => closed
  * resolution: => fixed

Comment:

Replying to [comment:2 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!

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1194#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#1194: v.build opt=dump does not report the Z coord
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: reopened
  Priority: normal | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Resolution: | Keywords: v.build, 3D
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by msieczka):

  * status: closed => reopened
  * resolution: fixed =>

Comment:

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.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1194#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>

#1194: v.build opt=dump does not report the Z coord
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Resolution: fixed | Keywords: v.build, 3D
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):

  * status: reopened => closed
  * resolution: => fixed

Comment:

Replying to [comment:4 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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1194#comment:5&gt;
GRASS GIS <http://grass.osgeo.org>