On Mar 9, 2:01 pm, Luke Mahé <[email protected]> wrote: > You have two errors on your page that may be related: > > 1. > Reunion2011Map.aspx:157<http://violettefamily.org/Reunion2011Map.aspx?mapset=Family>Uncaught > TypeError: Cannot read property 'style' of null > > 1. > Reunion2011Map.aspx:209<http://violettefamily.org/Reunion2011Map.aspx?mapset=Family>Uncaught > TypeError: undefined is not a function
And your createMarker function doesn't return the marker it creates. I added return newmarker; to the end and it worked for me on a local copy. -- Larry > > -- Luke > > On Thu, Mar 10, 2011 at 8:33 AM, WebEngineer <[email protected]>wrote: > > > > > ref:http://VioletteFamily.org/Reunion2011Map.aspx > > > can someone help me get the MarkerClusterer working on this page? > > > -- > > 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.- Hide quoted > >text - > > - Show quoted text - -- 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.
