<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://kevinbridges.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Hiking</title>
 <link>http://kevinbridges.org/taxonomy/term/109</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Torrey&#039;s Peak</title>
 <link>http://kevinbridges.org/node/95</link>
 <description>&lt;p&gt;Nailed the first 14er of the season over the weekend and posted the images in the Torrey&#039;s Photo Album.  The weather could not have been better and I&#039;ve come to the stark realization that my physical conditioning is in need of improvement.  That&#039;s ok though because there are roughly 53 more Colorado 14ers out there waiting to be climbed.  This is my 4th ascent of Torrey.  As soon as I am complete with the next version of the Picasa Module I&#039;m going to create a subdomain specifically for trip reports.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://kevinbridges.org/node/95&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kevinbridges.org/node/95#comments</comments>
 <category domain="http://kevinbridges.org/taxonomy/term/120">14er</category>
 <category domain="http://kevinbridges.org/taxonomy/term/104">Colorado</category>
 <category domain="http://kevinbridges.org/taxonomy/term/109">Hiking</category>
 <pubDate>Mon, 18 Jun 2007 16:58:48 -0500</pubDate>
 <dc:creator>Kevin</dc:creator>
 <guid isPermaLink="false">95 at http://kevinbridges.org</guid>
</item>
<item>
 <title>Mount Galbraith Trip Report</title>
 <link>http://kevinbridges.org/hikes/MountGalbraith</link>
 <description>&lt;p&gt;Here&#039;s a trip report for Mount Galbraith.  I&#039;ve been playing with some of the Google API&#039;s and think I&#039;ve automated the translation of data from the gps and camera directly to the web.  Galbraith is a very easy trail that is decent for warming up to larger items like the 14ers we will be documenting.  Make sure to &lt;a href=&quot;http://www.kevinbridges.org/hikes/MountGalbraith&quot;&gt;read the full blog posting&lt;/a&gt; and not just the summary to see the maps and satellite imagery.&lt;/p&gt;
&lt;p&gt;I&#039;m not going to write very much about this particular trail because the main focus has been integrating the different technologies into a seamless platform deliverable by this blog.  The general concept is to be able to stop and take a picture that translates into the map below complete with gps coordinates and clickable pictures.  It has to be totally automated for when we start doing the 14ers again.   I&#039;ll upload the raw gps information soon as well.&lt;/p&gt;
&lt;p&gt;If you&#039;d like to view this complete with a waypoint selector &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=http://www.kevinbridges.org/files/MountGalbraith.kml&amp;amp;layer=&amp;amp;ie=UTF8&amp;amp;z=15&amp;amp;ll=39.767678,-105.253787&amp;amp;spn=0.014118,0.040169&amp;amp;t=h&amp;amp;om=1&quot;&gt;Click Here&lt;/a&gt;.  The data file for Google Earth can be downloaded &lt;a href=&quot;http://www.kevinbridges.org/files/MountGalbraith.kml&quot;&gt;here&lt;/a&gt;.  The raw images are stored in a &lt;a href=&quot;http://picasaweb.google.com/cyberswat/MountGalbraith&quot;&gt;Picasa Album&lt;/a&gt; and are available at high resolution.&lt;/p&gt;
&lt;script src=&quot;http://maps.google.com/maps?file=api&amp;amp;v=2.x&amp;amp;key=ABQIAAAAEFMaZlju-G_2NNDpwz5v8xRpOuy-Mlh79isGKHFakn77mRxEzxQm_HIuIECp6l2QfDaGKqckKPx3Mg&quot;
      type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;style type=&quot;text/css&quot;&gt;
    v\:* {
      behavior:url(#default#VML);
    }
    &lt;/style&gt;&lt;script type=&quot;text/javascript&quot;&gt;

    var map;
    var geoXml = new GGeoXml(&quot;http://www.kevinbridges.org/files/MountGalbraith.kml&quot;);
    var toggleState = 1;

function onLoad() {
  if (GBrowserIsCompatible()) {
    map = new GMap2(document.getElementById(&quot;map&quot;));
    map.addControl(new GLargeMapControl());
    map.setCenter(new GLatLng(39.76717709179588,-105.2535222706145), 15);
    map.addControl(new GLargeMapControl());
    map.addControl(new GMapTypeControl());
    map.setMapType( G_HYBRID_TYPE );
    map.addOverlay(geoXml);
  }
}

function toggleMyKml() {
  if (toggleState == 1) {
    map.removeOverlay(geoXml);
    toggleState = 0;
  } else {
    map.addOverlay(geoXml);
    toggleState = 1;
  }
}
body.onload=&#039;alert(this)&#039;;
&lt;/script&gt;&lt;div align=&quot;center&quot;&gt;
&lt;div id=&quot;map&quot; style=&quot;width: 640px; height: 480px; float:left; border: 1px solid black;&quot;&gt;&lt;/div&gt;
&lt;p&gt;    &lt;br clear=&quot;all&quot;/&gt;&lt;br /&gt;
    &lt;input type=&quot;button&quot; value=&quot;Toggle Markers&quot; onClick=&quot;toggleMyKml();&quot;/&gt;&lt;/div&gt;
&lt;script  type=&quot;text/javascript&quot;&gt;onLoad();&lt;/script&gt;&lt;p&gt;&lt;a href=&quot;http://kevinbridges.org/hikes/MountGalbraith&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kevinbridges.org/hikes/MountGalbraith#comments</comments>
 <category domain="http://kevinbridges.org/taxonomy/term/104">Colorado</category>
 <category domain="http://kevinbridges.org/taxonomy/term/109">Hiking</category>
 <pubDate>Sun, 01 Apr 2007 16:03:54 -0500</pubDate>
 <dc:creator>Kevin</dc:creator>
 <guid isPermaLink="false">86 at http://kevinbridges.org</guid>
</item>
</channel>
</rss>
