<?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>robskelly.com &#187; GPS</title>
	<atom:link href="http://blog.robskelly.com/category/gps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robskelly.com</link>
	<description>Flash, Flex, Geography and GIS</description>
	<lastBuildDate>Fri, 19 Mar 2010 06:10:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A GPX Parser in ActionScript 3</title>
		<link>http://blog.robskelly.com/2009/01/a-gpx-parser-in-actionscript-3/</link>
		<comments>http://blog.robskelly.com/2009/01/a-gpx-parser-in-actionscript-3/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 06:14:58 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://blog.robskelly.com/?p=38</guid>
		<description><![CDATA[GPX is the standard XML format used to store routes, tracks, waypoints and other data for GPS units.
I&#8217;m working on a parser in AS3 that will load a GPX file and expose all the information inside as ActionScript objects. See a test using Google Maps below.
Click &#8220;Load&#8221; to load the file from my server (this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.topografix.com/gpx.asp" title="GPX Format Specification" target="_blank">GPX</a> is the standard XML format used to store routes, tracks, waypoints and other data for GPS units.</p>
<p>I&#8217;m working on a parser in AS3 that will load a GPX file and expose all the information inside as ActionScript objects. See a test using <a href="http://maps.google.com" title="Google Maps" target="_blank">Google Maps</a> below.</p>
<p>Click &#8220;Load&#8221; to load the file from my server (this is a file containing a short bike ride around Victoria, BC), or click &#8220;Browse&#8230;&#8221; to load your own GPX file.</p>
<p>I haven&#8217;t tested this very extensively, so if your file has features that mine doesn&#8217;t, it may fail. If it does, please leave a comment! I&#8217;ll be uploading this to <a href="http://code.google.com/p/dijital-as3-lib/" title="Google Code" target="_blank">Google Code</a> as soon as I do some more tests.</p>
<div id="gpxparse"></div>
<p><script type="text/javascript">
    embed("/samples/gpx/gpx_sample.swf","/samples/gpx/gpxparse.jpg","gpxparse","100%",300);
</script></p>
<p>Note: you&#8217;ll need Flash Player 10 to use the browse button.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robskelly.com/2009/01/a-gpx-parser-in-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
