<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Google Earth - Draw an n mile radious circle around a point</title>
	<link>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45</link>
	<description>Established January 2005</description>
	<pubDate>Tue, 14 Oct 2008 00:07:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: nickg</title>
		<link>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-18673</link>
		<pubDate>Wed, 12 Sep 2007 20:36:44 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-18673</guid>
					<description>Hi folks, I came up with my own circle generator, which also does regular polygons and star-like things.
The code is open source and can by found at 

http://code.google.com/p/kmlcircle/

Take a peek.

--nickg</description>
		<content:encoded><![CDATA[<p>Hi folks, I came up with my own circle generator, which also does regular polygons and star-like things.<br />
The code is open source and can by found at </p>
<p><a href='http://code.google.com/p/kmlcircle/' rel='nofollow'>http://code.google.com/p/kmlcircle/</a></p>
<p>Take a peek.</p>
<p>&#8211;nickg
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Greg - CEO/Founder</title>
		<link>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-17696</link>
		<pubDate>Sat, 18 Aug 2007 17:51:02 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-17696</guid>
					<description>R Jolly, &lt;a href=&quot;http://dev.bt23.org/keyhole/circlegen/&quot; rel=&quot;nofollow&quot;&gt;this is the website does the actual circle generation&lt;/a&gt;.  So you'd want to contact that creator of that page to find out the algorithm he/she uses.  

I didn't find any contact information on that page though.  The next best bet would be for you to post your question on &lt;a href=&quot;http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/23634/page/vc/fpart/all/vc/1&quot; rel=&quot;nofollow&quot;&gt;this thread where the author of that page announces his circle generator&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>R Jolly, <a href="http://dev.bt23.org/keyhole/circlegen/" rel="nofollow">this is the website does the actual circle generation</a>.  So you&#8217;d want to contact that creator of that page to find out the algorithm he/she uses.  </p>
<p>I didn&#8217;t find any contact information on that page though.  The next best bet would be for you to post your question on <a href="http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/23634/page/vc/fpart/all/vc/1" rel="nofollow">this thread where the author of that page announces his circle generator</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: R Jolly</title>
		<link>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-17693</link>
		<pubDate>Sat, 18 Aug 2007 16:27:43 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-17693</guid>
					<description>I spent some time searching for equations to generate a circle on the earth's surface. I found two indpendent methods that I programmed, uploaded the circles into Google Earth and compared with those from Blended Tech. There are not so insignificant differences. The Ruler tool shows that the circle from Blended Tech is the most accurate. Can someone share the equations used here so that I may incorporate them in my software?</description>
		<content:encoded><![CDATA[<p>I spent some time searching for equations to generate a circle on the earth&#8217;s surface. I found two indpendent methods that I programmed, uploaded the circles into Google Earth and compared with those from Blended Tech. There are not so insignificant differences. The Ruler tool shows that the circle from Blended Tech is the most accurate. Can someone share the equations used here so that I may incorporate them in my software?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: R Jolly</title>
		<link>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-16582</link>
		<pubDate>Tue, 31 Jul 2007 13:12:17 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-16582</guid>
					<description>I saved the circle in ascii format (.kml). This file shows that the circle has been created as a string of tiny straight lines drawn on the surface of the earth. The line coordinates are in terms of (latitude,longitude,altitude=0). Can someone tell me the equation used for defining a circle on the surface of earth given its centre and radius? This can then be used for writing your own code to create multi-circles or arcs, as required by some people on this page.</description>
		<content:encoded><![CDATA[<p>I saved the circle in ascii format (.kml). This file shows that the circle has been created as a string of tiny straight lines drawn on the surface of the earth. The line coordinates are in terms of (latitude,longitude,altitude=0). Can someone tell me the equation used for defining a circle on the surface of earth given its centre and radius? This can then be used for writing your own code to create multi-circles or arcs, as required by some people on this page.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jenny</title>
		<link>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-14897</link>
		<pubDate>Tue, 03 Jul 2007 19:32:10 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/google-earth-draw-an-n-mile-radious-circle-around-a-point/45#comment-14897</guid>
					<description>please i need know how get the radious</description>
		<content:encoded><![CDATA[<p>please i need know how get the radious
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
