[OSM-newbies] first time editing with JOSM!
Iván Sánchez Ortega
ivan at sanchezortega.es
Tue Dec 16 00:21:43 GMT 2008
El Martes, 16 de Diciembre de 2008, David Carmean escribió:
> [The waypoints] are maintained only in the on-board memory, and I have to
> use the MapSource software to get them from that particular device.
You should be able to pull the waypoints out using GPSBabel. I use a little
script like this:
#!/bin/bash
filename="garmin_`date +%y%m%d-%H%M`"
echo "creating $filename-waypoints.gpx"
gpsbabel -i garmin -f /dev/ttyUSB0 -o gpx -F $filename-waypoints.gpx
sleep 2
echo "creating $filename-tracklog.gpx"
gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gpx -F $filename-tracklog.gpx
(YMMV. This is for the linux GPSBabel, please check the GPSBabel documentation
for the windows version).
Cheers,
--
----------------------------------
Iván Sánchez Ortega <ivan at sanchezortega.es>
cpu time expired!!!!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openstreetmap.org/pipermail/newbies/attachments/20081216/67f1adc0/attachment.pgp>
More information about the newbies
mailing list