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

GRASS GIS trac at osgeo.org
Sun Aug 26 12:15:36 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:16 hellik]:
 >
 > ?

 could it be some quoting in the command?

 A

 {{{
 v.transform input=rm_a_map at user1 output=rm_a_map3d table=rm_a_map
 column="zshift:h"
 }}}

 vs.

 B

 {{{
 v.transform input=rm_a_map output=rm_a_map3d table=rm_a_map
 columns=zshift:h
 }}}

 A => crashing, coor mismatch, no 3D output
 B => crashing, coor mismatch, 3D output

 ?

 Helmut

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



More information about the grass-dev mailing list