On Sat, Apr 19, 2008 at 3:54 AM, <madrianlowe@...> wrote:
> hello
>
> how do I get a course available in bike toaster and convert to a route for
> my garmin edge? I was looking at the attached page, but, doesnt seem to work
> for bike toaster...
GPSBabel has no explicit support for "bike toaster", a phrase I'd never
heard before this question.
I found a site named http://www.bikeroutetoaster.com/Course.aspx that may be
what you're talking about. I could only get it to create a route of a
single point without giving timeout errors. Their XML format looks like
something they invented and thus would require work to support, but their
CSV format looks like something our 'unicsv' reader will gobble right up.
Depending on which Edge you have, it would be either
gpsbabel -r -i unicsv -f cuesheet.csv -o garmin -F [ usb: or name of serial
port ]
or, for the 605, 705
gpsbabel -r -i unicsv -f cuesheet.csv -o gpx -F [ location of place you put
GPX files on your mounted GPS ]
If that's not what you're talking about, please provide sample files.
RJL
|