A link will be so useful Read the posting guidelines
Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Fri, Feb 11, 2011 at 5:16 PM, daxiang28 <[email protected]> wrote: > I get the following error when adding a circle to my map. It doesn't > prevent any functionality, just annoying that it happens every time I move > my mouse over the map: > > > 1. Uncaught TypeError: Object #<an SVGSVGElement> has no method > 'ancestors' > 1. > M02112011111307-ds_main.js:1<http://dftst.steveau.com/js/02112011111307-ds_main.js> > 2. > _methodized02112011111307-ds_main.js:1<http://dftst.steveau.com/js/02112011111307-ds_main.js> > 3. handleMouseOver:1 > 4. > L02112011111307-ds_main.js:1<http://dftst.steveau.com/js/02112011111307-ds_main.js> > 5. Y > > > My Circle code: > > var circle = new google.maps.Circle({ > > center: latlng, > > radius: rad, > > strokeColor: '#d7009c', > > strokeOpacity: 0.6, > > strokeWeight: 1, > > fillColor: '#d7009c', > > fillOpacity: 0.1, > > map: map, > > clickable:false, > > zIndex:3 > > }); > > > > -- > 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. > -- 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.
