[GRASS-dev] [GRASS GIS] #1615: Regression - v.transform fails to create a 3D map, crashes on Windows

GRASS GIS trac at osgeo.org
Mon Aug 20 06:05:38 PDT 2012


#1615: Regression - v.transform fails to create a 3D map, crashes on Windows
-------------------------+--------------------------------------------------
 Reporter:  marisn       |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  major        |   Milestone:  6.4.3                    
Component:  Vector       |     Version:  6.4.2                    
 Keywords:               |    Platform:  Unspecified              
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------

Comment(by hellik):

 Replying to [comment:2 marisn]:
 > It doesn't crash any more, as there have been some DBF related fixes,
 still produced output is wrong -> it doesn't shift on Z axis, as it was
 doing in 6.4.0.
 >
 > {{{
 > v.random output=rm_a_map n=10 zmax=100.0 column='h double precision'
 > v.transform input=rm_a_map output=rm_a_map3d table=rm_a_map
 columns=zshift:h
 > v.info map=rm_a_map3d
 > }}}


 tested here with the latest osgeo4w-wingrass6.4.3svn on a win7-64bit-box
 in the nc-sample dataset:


 {{{
 v.random output=rm_a_map2 n=10 zmax=100.0 column=h
 v.transform --verbose input=rm_a_map at user1 output=rm_a_map3d
 table=rm_a_map column="zshift:h"
 }}}

 v.transform crashes, but rm_a_map3d - although corrupted - is created and
 3d

 corrputed rm_a_map3d
 {{{
 v.build --verbose map=rm_a_map3d at user1
 Coor-Datei der Vektorkarte <rm_a_map3d at user1> ist größer als sie sein
 sollte (304 Byte zuviel).
 }}}

 but 3d

 {{{
 v.info
 Layer:           rm_a_map3d at user1
 [...]
 Karte ist 3D:              Yes
 }}}

 Helmut

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1615#comment:3>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list