Thank you so very much. I knew it had to be something like that but I couldn't (with my limited skills) find the solution.
-David On Nov 29, 7:14 pm, Andrew Leach <[email protected]> wrote: > On Nov 30, 12:10 am, David <[email protected]> wrote: > > > > > My problem is that, while I have the Marker Clusterer working, the > > individual icons are still being displayed on top of it. > > You are creating markers with createMarker() and pushing them on to > the gmarkers array which you use in your clusterer. However you are > also adding them directly to the map with this line: > map.addOverlay(marker); [line 186] > which presumably you don't need to do. > > Andrew -- 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.
