Server-side Marker Clustering with PHP and Google Maps

As maps get busier, marker clustering is likely to be needed. Marker clustering is a technique by which several points of interest can be represented by a single icon when they’re close to one another.
Mika Tuupola wrote a PHP library that divides the map into a given number of cells and represents all the markers present in the same cell by a single icon. This icon shows the number of markers it symbolizes.
He also wrote an excellent post explaining how marker clustering works.
Related Posts
Advertisement
thanks
stefancaunter
May 28, 2009 at 11:55 am
Experimenting with this and OpenLayers
David Kobia
September 29, 2009 at 7:02 pm
Nice
test
January 12, 2011 at 8:35 am
Check this out Google Maps server side clustering, PHP code on http://blog.kodai.lt
test
January 12, 2011 at 8:36 am
Great, thanks for the link.
Federico
January 25, 2011 at 12:37 pm