Hi all! I know this has been discussed many times before that MarkerManager is not adding markers, but I'm at my wit's end. I've used .refresh() and some points are showing up, but not all.
Here is a link to the map I'm trying to get working: http://active.buyco.ca/googlemaps/v1.1/index.php?market=Communities I'm attempting to cluster points together and am doing this through a PHP file which is called through an AJAX request. What is supposed to happen is the deeper you go, the clusters break up, and more markers are displayed. I manually create the US/Canada markers, but attempt to create the clusters from zoom level 4 and up. For your reference, here is the XML which is generated by the AJAX calls: http://active.buyco.ca/googlemaps/v1.1/includes/geocode-grouping.php?market=Communities&1227824902367&groups=25,15&precision=0 The query string is generated based on two different cluster groups. The first level cluster group should be displayed in zoom levels 4-6 and the second cluster group should be displayed in zoom levels 7 and on. The problem i'm having is that as soon as I iterate through to the second cluster group, they're not actually being displayed on the map. The first set shows up no problem, but I am stumped on is that when the second iteration of the AJAX call is executed, the markers are not being added. I apologize for the messy code, I've just been trying to get this to a working state... files of interest would be /js/global.js /js/var.js (contains _CLUSTER_SETTINGS where each element in the array contains the settings for the AJAX call and the zoom factors to apply the markers to) Please, if anyone has any insight, please let me know! Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
