Changeset 2897

Show
Ignore:
Timestamp:
01/22/12 08:41:29 (4 months ago)
Author:
paparazzia
Message:

grml, vor pos are now in 10-5 scale factor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/V_0_19/moteur/posscripts/getpos_vor20120114bis.py

    r2895 r2897  
    7575    if time.time() - t < 48*3600: 
    7676        #20091108|1|1257681600|-729|BT|Sébastien Josse - Jean François Cuzon|50.016000|-1.891500|85.252725|4651.600000 
    77         print "%d|0|%d|%d|%s|BAR|%f|%f|0.|0." % (vlmidrace,int(t), id, boats[rid]['name'].encode('utf-8'), lat/1000., lon/1000.) 
     77        print "%d|0|%d|%d|%s|BAR|%f|%f|0.|0." % (vlmidrace,int(t), id, boats[rid]['name'].encode('utf-8'), lat/100000., lon/100000.) 
    7878        #print time.gmtime(int(t)) 
    7979