2010/1/21 Xan <[email protected]>: > Hi, > > I have a simple universal csv: bustia.csv (see > [http://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html]) (it really > has only one point) and I want to export to gpx. I use gpsbabel: > > $ gpsbabel -i unicsv -f bustia.csv -o gpx -F bustia.gpx > > but when I upload to OSM I receive the error "Found no good GPX points in > the input data" in the GPX import failure message. > > Why? > > I attach the files.
Hi Xan, The converted gpx file contains only a waypoint <wpt> element, and not a track <trk> element. It may be that the input filter at osm is only allowing <trk> elements. I'll look further to see what I can find. Best regards, Richard _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

