This page (revision-23) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by HarryMetske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
23 23-Apr-2022 17:06 6 KB Harry Metske to previous typo
22 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last
21 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links
GPS Support...nobody

Version management

Difference between version and

At line 28 removed one line
%%warning Since Ubuntu 8.10 (Intrepid) this is already the default %%
At line 101 added one line
!! Script gc.sh
At line 103 added 24 lines
To make it a little easier I created a simple shell scipt, which can take either a filename as parameter, or read from stdin:
{{{
#/bin/sh
#
# convert a geocaching format (.loc) file that comes from stdin, or from a file indicated by parm1, to your usb attached GPS unit
#
aplay /usr/share/sounds/info.wav
if [ $# == 0 ]
then
tmpfile=/tmp/gc2usb-tempfile.xml
if [ -f $tmpfile ]
then
rm $tmpfile
fi
tee $tmpfile <&0 >/tmp/gc2usb.stdout
gpsbabel -D1 -i geo -f $tmpfile -o garmin -F usb:
fi
if [ $# == 1 ]
then
gpsbabel -D1 -i geo -f $1 -o garmin -F usb:
fi
aplay /usr/share/sounds/error.wav
}}}
At line 111 changed one line
\\For each WP cut the coordinates and paste them into Google Earth search section "Fly To" and press enter. This should navigate you to the position. Then rename this location to the proper name, i.e. __GC15YBN 03__.
\\For eacht WP cut the coordinates and paste them into Google Earth search section "Fly To" and press enter. This should navigate you to the position. Then rename this location to the proper name, i.e. __GC15YBN 03__.
At line 137 removed 19 lines
!! Sizes of Garmin maps
||Map Name || Size (MB)
|Belgian Topo | 50
|Dutch Topo | 118
|Austria Topo | 150
|Spain Topo | 800
|Germany Topo | 494
|CityNav NT V9| 1280
|CityNav CN2008 | 1395
!! GPS coordinate conversions
[Portable GPX Converter|http://www.jeepreviews.com/wireless-gps-coordinates/]
\\[GPS Visualizer (convert files)|http://www.gpsvisualizer.com/gpsbabel]
!! Resources
[http://www.topografix.com/gpx_resources.asp]