<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add a circle overlay to Google Maps API v3</title>
	<atom:link href="http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/feed" rel="self" type="application/rss+xml" />
	<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-a-circle-overlay-to-google-maps-api-v3</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 17:34:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-5243</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Sun, 01 May 2011 12:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-5243</guid>
		<description>As I wrote in red in the beginning of this post, there&#039;s not reason to use this script. The Google Maps API already provides this feature.
I only left it so that people interested in extending the Google Maps JS framework can find a sample example.</description>
		<content:encoded><![CDATA[<p>As I wrote in red in the beginning of this post, there&#8217;s not reason to use this script. The Google Maps API already provides this feature.<br />
I only left it so that people interested in extending the Google Maps JS framework can find a sample example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-5222</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 25 Apr 2011 19:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-5222</guid>
		<description>Hi,

I have been using this script, thanks.
Since shortly however, it does not work anymore in firefox or chrome. Still in IE though. What could be the problem?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have been using this script, thanks.<br />
Since shortly however, it does not work anymore in firefox or chrome. Still in IE though. What could be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-1066</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Thu, 25 Mar 2010 19:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-1066</guid>
		<description>Hi. Thank you. (The mapManager was an instance of an object I created)</description>
		<content:encoded><![CDATA[<p>Hi. Thank you. (The mapManager was an instance of an object I created)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janis</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-1065</link>
		<dc:creator>janis</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-1065</guid>
		<description>hi

// We load the circle
var circle = new MapCircleOverlay(
	mapManager.getPosition(),
	10, &quot;#FF0000&quot;, 0.8, 3, &quot;#FF0000&quot;, 0.35 

should be this

// We load the circle
var circle = new MapCircleOverlay(
	myLatLng , 50, 2, &quot;#FF0000&quot;, 0.8, &quot;#FF0000&quot;, 0.35 
);

mapManager doesn&#039;t excist 

gr.</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>// We load the circle<br />
var circle = new MapCircleOverlay(<br />
	mapManager.getPosition(),<br />
	10, &#8220;#FF0000&#8243;, 0.8, 3, &#8220;#FF0000&#8243;, 0.35 </p>
<p>should be this</p>
<p>// We load the circle<br />
var circle = new MapCircleOverlay(<br />
	myLatLng , 50, 2, &#8220;#FF0000&#8243;, 0.8, &#8220;#FF0000&#8243;, 0.35<br />
);</p>
<p>mapManager doesn&#8217;t excist </p>
<p>gr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-1057</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Wed, 24 Mar 2010 15:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-1057</guid>
		<description>Hi,
    Remove the &quot;* 0.621371192&quot; to use miles instead of kilometers.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    Remove the &#8220;* 0.621371192&#8243; to use miles instead of kilometers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janis</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-1047</link>
		<dc:creator>janis</dc:creator>
		<pubDate>Mon, 22 Mar 2010 22:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-1047</guid>
		<description>hi

why not kilometers? and not miles..

how to fix that?

gr.</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>why not kilometers? and not miles..</p>
<p>how to fix that?</p>
<p>gr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-964</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-964</guid>
		<description>Thank you. This is fixed !</description>
		<content:encoded><![CDATA[<p>Thank you. This is fixed !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://florent.clairambault.fr/add-a-circle-overlay-to-google-maps-api-v3/comment-page-1#comment-963</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2330#comment-963</guid>
		<description>Hey. Nice work! Found a small typo on line 68. Should say strokeColor not stokeColor. Just FYI. Thanks!</description>
		<content:encoded><![CDATA[<p>Hey. Nice work! Found a small typo on line 68. Should say strokeColor not stokeColor. Just FYI. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/18 queries in 0.013 seconds using disk: basic
Object Caching 416/419 objects using disk: basic

Served from: florent.clairambault.fr @ 2012-02-08 13:14:37 -->
