On Sep 9, 7:12 pm, "Enric G. Torrents" <[email protected]> wrote: > > I am looking for a simple way of integrating MarkerClusterer to my > googlemap. I created it following this tutorial from Google, so the > code is quite the > same:http://code.google.com/apis/maps/articles/phpsqlajax.html > It gets all markers from a XML file generated through a PHP script. > Sorry if that has been asked before, I have looked to some similar > threats but I didn't manage to make it work.
Separate the thinking into server-side processing and client-side processing. PHP/MySql/whatever is all server-side; the MarkerClusterer is client-side. It doesn't really matter how the markers get into the array in the client script. > Any help would be greatly appreciated!!! Thanks!!! It would be easier to help if we could have a link to what you haven't had success with so far. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
