nitishyadav05 / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

GPX problem #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

First of all thanks for the excellent program
I'm trying to use a csv file (from an i-blue 747 gps logger) converted to 
gpx with gpsbabel but it doesn't seem to work, the gpx inspector says 0 
valid tracks point. But the same gpx works with other programs, for example
gps trackmaker or topofusion.

Here is a sample of the gpx

?xml version="1.0" encoding="UTF-8"?>
<gpx
 version="1.0"
creator="GPSBabel - http://www.gpsbabel.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 
http://www.topografix.com/GPX/1/0/gpx.xsd">
<time>2007-08-02T22:56:06Z</time>
<bounds minlat="45.652391000" minlon="9.049950000" maxlat="45.857113000" 
maxlon="9.237726000"/>
<wpt lat="45.835107000" lon="9.101439000">
  <name>WPT001</name>
  <cmt>WPT001</cmt>
  <desc>WPT001</desc>
</wpt>
<wpt lat="45.835107000" lon="9.101439000">
  <name>WPT002</name>
  <cmt>WPT002</cmt>
  <desc>WPT002</desc>
</wpt>
<wpt lat="45.835107000" lon="9.101439000">
  <name>WPT003</name>
  <cmt>WPT003</cmt>
  <desc>WPT003</desc>
</wpt>

What version of the product are you using? On what operating system?
1.10 - win xp pro sp2

Thanks in advance,
Valentino

Original issue reported on code.google.com by valentin...@gmail.com on 2 Aug 2007 at 11:06

GoogleCodeExporter commented 9 years ago
Hi Valentino,

GPicSync doesn't use waypoints but only trackpoints (ie from a tracklog). Maybe 
you
can convert them to trackpoints via GPSbabel but I also see your waypoints 
dosn't
have a time information.

francois

Original comment by francois...@gmail.com on 12 Aug 2007 at 1:55