[GRASS-dev] [GRASS GIS] #2619: v.in.gps compile error

GRASS GIS trac at osgeo.org
Fri Mar 13 10:16:18 PDT 2015


#2619: v.in.gps compile error
----------------------+-----------------------------------------------------
 Reporter:  uwoelfel  |       Owner:  grass-dev@…              
     Type:  defect    |      Status:  new                      
 Priority:  normal    |   Milestone:  7.0.1                    
Component:  Addons    |     Version:  7.0.0                    
 Keywords:            |    Platform:  All                      
      Cpu:  All       |  
----------------------+-----------------------------------------------------
 v.in.gps does not compile due to two small errors:

 line 164: '-F', tmp + '.gpx')
 should be changed to: '-F', tmp + '.gpx'])
 and line 243: atexit.register(cleanup)
 should be commented out: # atexit.register(cleanup)
 since there is no function 'cleanup'. Probably one should put in something
 like the 'cleanup' that does exist in v.out.gps...

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/2619>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list