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<chrome-devtools://devtools/devtools.html?docked=true&toolbar_color=rgba(230,230,230,1)&text_color=rgba(0,0,0,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.

Reply via email to