<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Google Earth: Chart Plotter</title>
	<atom:link href="http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/</link>
	<description>GIS, maps, mapping, geo, UK, Geograph, PHP, Perl and more</description>
	<pubDate>Thu, 20 Nov 2008 11:19:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Barry</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-38747</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-38747</guid>
		<description>@Taylor 

Its 'powered' by the Google Static Maps API
http://code.google.com/apis/maps/documentation/staticmaps/

You can plot paths on the map, but you will need to read your KML file (or store in a database) and pick the appriate bits to go with your map. 

Checkout the Maps API Google Group which has more information on working with static maps 'server side' to get bounds etc.</description>
		<content:encoded><![CDATA[<p>@Taylor </p>
<p>Its &#8216;powered&#8217; by the Google Static Maps API<br />
<a href="http://code.google.com/apis/maps/documentation/staticmaps/" rel="nofollow">http://code.google.com/apis/maps/documentation/staticmaps/</a></p>
<p>You can plot paths on the map, but you will need to read your KML file (or store in a database) and pick the appriate bits to go with your map. </p>
<p>Checkout the Maps API Google Group which has more information on working with static maps &#8217;server side&#8217; to get bounds etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taylor</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-38743</link>
		<dc:creator>Taylor</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-38743</guid>
		<description>Nice work on the Chart plotter!  I was looking for something exactly like this.  Do you have a reference or for how to get started on a project like this?  I understand the screen overlay syntax, and network link, but I do not understand how to get the right google map view as an image I can overlay.  

For my project I would like to iterate on your solution.  I have a flight boundary as a kml file and I really need to be able to see that boundary in your 2D google map, while I navigate in google earth.

Awesome job!</description>
		<content:encoded><![CDATA[<p>Nice work on the Chart plotter!  I was looking for something exactly like this.  Do you have a reference or for how to get started on a project like this?  I understand the screen overlay syntax, and network link, but I do not understand how to get the right google map view as an image I can overlay.  </p>
<p>For my project I would like to iterate on your solution.  I have a flight boundary as a kml file and I really need to be able to see that boundary in your 2D google map, while I navigate in google earth.</p>
<p>Awesome job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JM</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-38054</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-38054</guid>
		<description>hi. i tried using it since yesterday but today i experience some problem..instead of showing the map there is an X appearing on the map...any suggestion about it? what is it actually?why the X is appearing instead of the map? thanks!</description>
		<content:encoded><![CDATA[<p>hi. i tried using it since yesterday but today i experience some problem..instead of showing the map there is an X appearing on the map&#8230;any suggestion about it? what is it actually?why the X is appearing instead of the map? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-37569</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 08 Sep 2008 10:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-37569</guid>
		<description>Interesting idea - but my understanding that would not be a 'plotter', which by definition shows your current position. 

Would need some interesting maths....</description>
		<content:encoded><![CDATA[<p>Interesting idea - but my understanding that would not be a &#8216;plotter&#8217;, which by definition shows your current position. </p>
<p>Would need some interesting maths&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Davis</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-37327</link>
		<dc:creator>Joe Davis</dc:creator>
		<pubDate>Fri, 05 Sep 2008 00:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-37327</guid>
		<description>It is neat but at high zoom when you fly over water the map is all blue but where you are looking at (out of the front window of the plane as opposed to looking straight down) is land so your map shows what is BELOW (all blue) you but not what is in front (the land).

In short, you need an offset in the direction of travel that is proportional to the zoom level (and finer grained levels of zoom - 10 would be great).</description>
		<content:encoded><![CDATA[<p>It is neat but at high zoom when you fly over water the map is all blue but where you are looking at (out of the front window of the plane as opposed to looking straight down) is land so your map shows what is BELOW (all blue) you but not what is in front (the land).</p>
<p>In short, you need an offset in the direction of travel that is proportional to the zoom level (and finer grained levels of zoom - 10 would be great).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-34231</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 28 Jul 2008 12:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-34231</guid>
		<description>A number of people (including Frank!)  have contacted me suggesting moving the map to the right side. So I think will move it to the right side - same vertical position. 

Shout NOW if you dont like this idea, or if it should be a config option.</description>
		<content:encoded><![CDATA[<p>A number of people (including Frank!)  have contacted me suggesting moving the map to the right side. So I think will move it to the right side - same vertical position. </p>
<p>Shout NOW if you dont like this idea, or if it should be a config option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Taylor</title>
		<link>http://www.nearby.org.uk/blog/2008/07/27/google-earth-chart-plotter/#comment-34179</link>
		<dc:creator>Frank Taylor</dc:creator>
		<pubDate>Sun, 27 Jul 2008 18:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=144#comment-34179</guid>
		<description>Nice job Barry!  I agree the static maps API limitations may prevent you from using this method if it becomes popular.  Maybe we can convince Google they should add it themselves though!</description>
		<content:encoded><![CDATA[<p>Nice job Barry!  I agree the static maps API limitations may prevent you from using this method if it becomes popular.  Maybe we can convince Google they should add it themselves though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
