<?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: Handling Large Amounts of Markers in Google Maps</title>
	<atom:link href="http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/</link>
	<description>Web Applications Designed for Humans</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lasse Rasch</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-1253</link>
		<dc:creator>Lasse Rasch</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-1253</guid>
		<description>I know this is an old article, but i am commenting anyway :-) I work as a Senior Backend Developer in Denmark, and one of our customers is Trygfonden (Tryg Foundation). They have a website called http://www.hjertestarter.dk. On this site there is a google map containing all defibrillators in Denmark.

We are talking over 5.000 Markers.

When the site was launched some years ago it was done with a standard Google Maps implementation, with Googles Clustering. This was okay as long as the amount of markers was less than 1.500. But Google clustering is client side clustering, so 5.000 markers was way to much for IE and FF to handle, client side....

We created a Server Side clustering algorithm in C# with a JSON Webservice Interface. We devided the visible part of the map into Grid cells (server side) and clustered all markers within each cells with our algorithm.

We are now able to cluster up to 25.000 markers within 1 second and return a clustered set of markers to the browser as a json response.

In my oppinion, this is the only way to solve the clustering problem when you work with many markers :-)

Just wanted to share my thoughts on this subject....

Kind Regards.
Lasse Rasch
Denmark.

</description>
		<content:encoded><![CDATA[<p>I know this is an old article, but i am commenting anyway <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I work as a Senior Backend Developer in Denmark, and one of our customers is Trygfonden (Tryg Foundation). They have a website called <a href="http://www.hjertestarter.dk" rel="nofollow">http://www.hjertestarter.dk</a>. On this site there is a google map containing all defibrillators in Denmark.</p>
<p>We are talking over 5.000 Markers.</p>
<p>When the site was launched some years ago it was done with a standard Google Maps implementation, with Googles Clustering. This was okay as long as the amount of markers was less than 1.500. But Google clustering is client side clustering, so 5.000 markers was way to much for IE and FF to handle, client side&#8230;.</p>
<p>We created a Server Side clustering algorithm in C# with a JSON Webservice Interface. We devided the visible part of the map into Grid cells (server side) and clustered all markers within each cells with our algorithm.</p>
<p>We are now able to cluster up to 25.000 markers within 1 second and return a clustered set of markers to the browser as a json response.</p>
<p>In my oppinion, this is the only way to solve the clustering problem when you work with many markers <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Just wanted to share my thoughts on this subject&#8230;.</p>
<p>Kind Regards.<br />
Lasse Rasch<br />
Denmark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicent González i Castells</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-1216</link>
		<dc:creator>Vicent González i Castells</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-1216</guid>
		<description>Great contribution. I miss MarkerClustererPlus.</description>
		<content:encoded><![CDATA[<p>Great contribution. I miss MarkerClustererPlus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torino Brescia Streaming</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-321</link>
		<dc:creator>Torino Brescia Streaming</dc:creator>
		<pubDate>Sun, 18 Sep 2011 22:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-321</guid>
		<description>Thanks a lot man! This thing really help me out doing Clustering Image Marker.</description>
		<content:encoded><![CDATA[<p>Thanks a lot man! This thing really help me out doing Clustering Image Marker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-320</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Thu, 04 Aug 2011 11:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-320</guid>
		<description>&lt;strong&gt;@TestUser:&lt;/strong&gt; You get that error because ClusterMarker is built for Google Maps API v2 and therefor does not work with v3. Try using &lt;a href=&quot;http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/&quot; rel=&quot;nofollow&quot;&gt;MarkerClusterer for v3&lt;/a&gt; instead.</description>
		<content:encoded><![CDATA[<p><strong>@TestUser:</strong> You get that error because ClusterMarker is built for Google Maps API v2 and therefor does not work with v3. Try using <a href="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/" rel="nofollow">MarkerClusterer for v3</a> instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TestUser</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-319</link>
		<dc:creator>TestUser</dc:creator>
		<pubDate>Wed, 03 Aug 2011 15:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-319</guid>
		<description>I am trying to use ClusterMarker with Google map API v3.
It gives me error &#039;GIcon is not defined.&#039; Does anyone had this error before.
Really appreciate your help. Thanks.</description>
		<content:encoded><![CDATA[<p>I am trying to use ClusterMarker with Google map API v3.<br />
It gives me error &#8216;GIcon is not defined.&#8217; Does anyone had this error before.<br />
Really appreciate your help. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shad Keene</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-318</link>
		<dc:creator>Shad Keene</dc:creator>
		<pubDate>Mon, 11 Jul 2011 16:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-318</guid>
		<description>Thanks for the thorough article on these marker features!

I&#039;m passing the array of markers and letting marker manager do it&#039;s
thing to display the certain number of markers per zoom level that I designate.  However, you&#039;ll note that the initial load shows 100 markers but I tell it to show 60
at zoom level 6, which is the initial zoom level.  If you zoom in and
zoom back out, zoom level 6 only shows the appropriate 60.  If you
load the page and just zoom out and then in, it still shows 100.
Something must not be working totally right but not sure what.

Lastly, my infowindow is only showing the same infowindow information when I click
on any marker.  Shouldn&#039;t the infowindow be unique for each marker
since I&#039;m designating it within the createrMarker function?

Thanks for any help with those two points.</description>
		<content:encoded><![CDATA[<p>Thanks for the thorough article on these marker features!</p>
<p>I&#8217;m passing the array of markers and letting marker manager do it&#8217;s<br />
thing to display the certain number of markers per zoom level that I designate.  However, you&#8217;ll note that the initial load shows 100 markers but I tell it to show 60<br />
at zoom level 6, which is the initial zoom level.  If you zoom in and<br />
zoom back out, zoom level 6 only shows the appropriate 60.  If you<br />
load the page and just zoom out and then in, it still shows 100.<br />
Something must not be working totally right but not sure what.</p>
<p>Lastly, my infowindow is only showing the same infowindow information when I click<br />
on any marker.  Shouldn&#8217;t the infowindow be unique for each marker<br />
since I&#8217;m designating it within the createrMarker function?</p>
<p>Thanks for any help with those two points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlo</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-317</link>
		<dc:creator>carlo</dc:creator>
		<pubDate>Mon, 27 Jun 2011 16:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-317</guid>
		<description>thank you so much</description>
		<content:encoded><![CDATA[<p>thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tspot</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-316</link>
		<dc:creator>Tspot</dc:creator>
		<pubDate>Sat, 25 Jun 2011 13:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-316</guid>
		<description>Thanks a lot! This is what I&#039;ve searched. I play with markers, but I have problem with maps v3 api...</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This is what I&#8217;ve searched. I play with markers, but I have problem with maps v3 api&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cel</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-315</link>
		<dc:creator>Cel</dc:creator>
		<pubDate>Mon, 13 Jun 2011 09:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-315</guid>
		<description>Thanks a lot man! This thing really help me out doing Clustering Image Marker. BTW, I&#039;m using ClusterMarker. Good Job!</description>
		<content:encoded><![CDATA[<p>Thanks a lot man! This thing really help me out doing Clustering Image Marker. BTW, I&#8217;m using ClusterMarker. Good Job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandru</title>
		<link>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/#comment-314</link>
		<dc:creator>chandru</dc:creator>
		<pubDate>Mon, 06 Jun 2011 11:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-314</guid>
		<description>please help me i&#039;m trying to utilize marker manager but it doesn&#039;t work could you please explain me in details about marker manager i have included the markermanager.js and when i try to get the count its not working it return zero when markers present in my map viewport 
  mgr = new MarkerManager(map);  
after plotting the marker i called 
var markercount=mgr.getMarkerCount();</description>
		<content:encoded><![CDATA[<p>please help me i&#8217;m trying to utilize marker manager but it doesn&#8217;t work could you please explain me in details about marker manager i have included the markermanager.js and when i try to get the count its not working it return zero when markers present in my map viewport<br />
  mgr = new MarkerManager(map);<br />
after plotting the marker i called<br />
var markercount=mgr.getMarkerCount();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

