<?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: Markerclusterer clearmarkers bug demo</title>
	<atom:link href="http://maxb.net/blog/2010/03/15/markerclusterer-clearmarkers-bug-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog/2010/03/15/markerclusterer-clearmarkers-bug-demo/</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Wed, 08 Sep 2010 10:52:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Massimiliano Balestrieri</title>
		<link>http://maxb.net/blog/2010/03/15/markerclusterer-clearmarkers-bug-demo/comment-page-1/#comment-13470</link>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
		<pubDate>Fri, 26 Mar 2010 10:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=536#comment-13470</guid>
		<description>@justin

1) the correct use is here: 

http://maxb.net/scripts/markerclusterer/fix.html

js: http://maxb.net/scripts/markerclusterer/lib/mappet_fix.js

function : processJson
[javascript]
if (markerCluster &amp;&amp; markerCluster.clearMarkers)
    markerCluster.clearMarkers();

map.clearOverlays();

markerCluster = new MarkerClusterer(map, points);//new search
[/javascript]
2) demos are here (a) and here (b):

  a) http://maxb.net/scripts/markerclusterer/bug.html (i don&#039;t use markerCluster.clearMarkers();)
  b) http://maxb.net/scripts/markerclusterer/fix.html 

3) time</description>
		<content:encoded><![CDATA[<p>@justin</p>
<p>1) the correct use is here: </p>
<p><a href="http://maxb.net/scripts/markerclusterer/fix.html" rel="nofollow">http://maxb.net/scripts/markerclusterer/fix.html</a></p>
<p>js: <a href="http://maxb.net/scripts/markerclusterer/lib/mappet_fix.js" rel="nofollow">http://maxb.net/scripts/markerclusterer/lib/mappet_fix.js</a></p>
<p>function : processJson</p>
<pre class="brush: jscript;">
if (markerCluster &amp;&amp; markerCluster.clearMarkers)
    markerCluster.clearMarkers();

map.clearOverlays();

markerCluster = new MarkerClusterer(map, points);//new search
</pre>
<p>2) demos are here (a) and here (b):</p>
<p>  a) <a href="http://maxb.net/scripts/markerclusterer/bug.html" rel="nofollow">http://maxb.net/scripts/markerclusterer/bug.html</a> (i don&#8217;t use markerCluster.clearMarkers();)<br />
  b) <a href="http://maxb.net/scripts/markerclusterer/fix.html" rel="nofollow">http://maxb.net/scripts/markerclusterer/fix.html</a> </p>
<p>3) time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://maxb.net/blog/2010/03/15/markerclusterer-clearmarkers-bug-demo/comment-page-1/#comment-13460</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=536#comment-13460</guid>
		<description>I am having the same issue. Hoping you can help....

This post started from a mistake and I’m writing a post to explain it.
Demos are updated with the correct use of clearMarkers (which is bug free). 

1. What is the correct use of clearMarkers?
2. What demos are you referring to?
3. When do expect to complete your post?</description>
		<content:encoded><![CDATA[<p>I am having the same issue. Hoping you can help&#8230;.</p>
<p>This post started from a mistake and I’m writing a post to explain it.<br />
Demos are updated with the correct use of clearMarkers (which is bug free). </p>
<p>1. What is the correct use of clearMarkers?<br />
2. What demos are you referring to?<br />
3. When do expect to complete your post?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
