~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to contrib/convert2osm

  • Committer: Joshua Judson Rosen
  • Author(s): Marcus Bauer
  • Date: 2010-08-08 22:28:45 UTC
  • Revision ID: rozzin@geekspace.com-20100808222845-86w25l3qq5nlf5ib
Perl scripts to convert track-logs from tangoGPS format to GPX and OSM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        {
41
41
                &print_trackpoint;
42
42
        }
43
 
 
 
43
        
44
44
}
45
45
 
46
46
 
186
186
        {
187
187
                &print_nodes_osm;
188
188
        }
189
 
 
 
189
        
190
190
        &print_way_osm;
191
191
 
192
192
        &print_footer_osm;