I was offline for the weekend; needed to give my brain a break. But I just wanted to thank you again - I did get it to work. My locations array (which in the sample was hard-coded) is actually generated dynamically - I use PHP to pull data in from a mySQL database. It turned out I wasn't trimming the comma on the very last one, and it was generating a javascript error that wasn't showing up in any browser but IE.
On Feb 25, 9:48 pm, "[email protected]" <[email protected]> wrote: > On Feb 25, 6:14 pm, estherM <[email protected]> wrote: > > > Thanks! It is missing a few things that my original had, like the > > color-coded icons on zoom-in, although it may be just defaulting if > > you don't have the graphics I had. In any case, it's much closer than > > I was able to get, so I'll take a look at the code. > > I could do that, but it should be pretty straightforward from what I > posted. I specifically did the simple case. > If you have trouble extending it, post a link. > > -- Larry > > > > > > > > > > > On Feb 25, 4:55 pm, "[email protected]" <[email protected]> > > wrote: > > > > On Feb 25, 2:21 pm, estherM <[email protected]> wrote: > > > > > Thanks. I'm looking forward to seeing it. I used to be really good > > > > with javascript, but after a number of years of server-side > > > > programming, it's kicking my butt! > > > >http://www.geocodezip.com/esthermstrom_com_clusterA.html > > > > -- Larry > > > > > > I took your working > > > > > version:http://www.esthermstrom.com/maps/cluster.html > > > > > > Copied the createMarker function > > > > > from:http://www.geocodezip.com/v3_markers_infowindows.html > > > > > > Made a couple of minor edits (so it didn't need all the custom icon > > > > > stuff), added "return marker" at the end, replaced your new > > > > > google.maps.Marker call with it, and the clustering works. > > > > > > I am not able to post it right now, but I will when I get a chance. > > > > > > -- Larry- Hide quoted text - > > > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
