I'm trying to limit the number of markers (and eventually ensure certain ones are always displayed) shown at various zoom levels on this page: http://www.greenandtheblue.com/weather/markers_xml_13jun11.html
I'm using marker manager and downloading data from an xml doc, but I can't get it to work correctly. The map zoom default is 8 so I'm testing it to show 20 markers at zoom level 8 but it's not working...it's showing all the markers. I was able to use marker clusterer fine as it allowed me to pass an array of markers to it (so just used gmarkers) but marker manager is requiring a function to add markers. So I'm trying to use createManager as the function to add markers...but it's not working. This is likely where I'm messing up. Can anyone shed light on how I can get this to work? Thanks for any help, Shad -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
