<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TONY NORCROSS &#187; General</title>
	<atom:link href="http://www.tonynorcross.com/index.php/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonynorcross.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 May 2010 06:27:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Garmin to Google Maps</title>
		<link>http://www.tonynorcross.com/index.php/20090919/garmin-to-google-maps/</link>
		<comments>http://www.tonynorcross.com/index.php/20090919/garmin-to-google-maps/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 16:42:18 +0000</pubDate>
		<dc:creator>Tone</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[garmin]]></category>
		<category><![CDATA[google maps]]></category>

		<guid isPermaLink="false">http://www.tonynorcross.com/?p=35</guid>
		<description><![CDATA[View Santiago De Compostela &#8211; Pamplona to Santiago in a larger map Recently my father walked the &#8220;Camino de Santiago&#8221; and forwarded way points he had taken with his Garmin GPS with some notes about each point. I looked at the the Garmin output and it seemed I needed MapQuest to read them? Not too [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=105897252618011581390.000472d6e2262d02ef0da&amp;ll=42.593248,-5.094547&amp;spn=0.667235,6.902782&amp;output=embed"></iframe><br /><small>View <a  href="http://maps.google.co.uk/maps/ms?hl=en&#038;ie=UTF8&#038;msa=0&#038;msid=105897252618011581390.000472d6e2262d02ef0da&#038;ll=42.593248,-5.094547&#038;spn=0.667235,6.902782&#038;source=embed" style="color:#0000FF;text-align:left">Santiago De Compostela &#8211; Pamplona to Santiago</a> in a larger map</small></p>
<p>Recently my father walked the &#8220;Camino de Santiago&#8221; and forwarded way points he had taken with his Garmin GPS with some notes about each point. I looked at the the Garmin output and it seemed I needed MapQuest to read them? Not too deterred and not wishing to wait for a copy of MapQuest I thought there must be a way to convert these files. A little bit of searching and I came across an amazing utility &#8220;gpsbabel&#8221;, that was able to cross covert many formats.</p>
<p>Once downloaded I then ran the following command:</p>
<p>[cci]gpsbabel -i gdb,roadbook -f sample.gdb -x nuketypes,waypoints,tracks -x transform,wpt=rte -o kml -F sample.kml[/cci]</p>
<p>where sample.gdb is from the Garmin GPS and sample.kml is the output file.<br />
<span id="more-35"></span><br />
This KML file had data for both Google Maps and Google Earth (double the info I needed), so I manually removed one set and also added data to the name and description tags. So once I had a single KML file<br />
with data like so for each way point:<br />
<code>Altos de Perdón</p>
<p><![CDATA[</p>
<table>
<tr>
<td>CdS crosses NA 6005.</td>
</tr>
<tr>
<td><small>lon: -1.742692</small></td>
</tr>
<tr>
<td><small>lat: 42.735722</small></td>
</tr>
<tr>
<td><small>alt: 2503.827 ft</small></td>
</tr>
</table>
<p>]]&gt;</p>
<p>-1.742692<br />
42.735722<br />
66<br />
#route<br />
-1.742692,42.735722,763.166504<br />
I created a google maps account and in "my maps", then created a new map and imported the KML file. I made the map public to embed the map!</p>
<p></code></p>
<p>view in large map<br />
However, if you are more interested in the walk, then check out this entry.<br />
I created a google maps account and in &#8220;my maps&#8221;, then created a new map and imported the KML file. I made the map public to embed the map!<br />
<a  href="http://maps.google.co.uk/maps/ms?hl=en&#038;ie=UTF8&#038;msa=0&#038;msid=105897252618011581390.000472d6e2262d02ef0da&#038;z=8">view in large map</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.tonynorcross.com/index.php/20081203/papervision-3d-great-white-displacements/" rel="bookmark" class="crp_title">Papervision 3D (Great White) Displacements</a></li><li><a  href="http://www.tonynorcross.com/index.php/20090601/augmented-cubes-flartoolkit-papervision-3d/" rel="bookmark" class="crp_title">Augmented Cubes = FLARToolkit + Papervision</a></li><li><a  href="http://www.tonynorcross.com/index.php/20100524/old-flash-games/" rel="bookmark" class="crp_title">OLD FLASH GAMES</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.tonynorcross.com/index.php/20090919/garmin-to-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
