On Feb 4, 10:13 am, "[email protected]" <[email protected]> wrote: > On Feb 4, 10:05 am, xelawho <[email protected]> wrote: > > > thank you both for your suggestions, unfortunately the var makes no > > difference on the distmarker and commenting out the whole wifi > > function doesn't do anything either (the circle listener stays active > > until the checkbox is unchecked, but thanks for pointing that out - > > I'll have to see if I can do something about it) > > What browser are you testing in? > > The "hanging comma" (the one after the last member of the anonymous > object) in this will cause issue in some versions of IE: > distmarker = new google.maps.Marker({ > position: point, > icon: "mm_20_red.png", > shadow: "mm_20_shadow.png", > draggable:true, > map: map, > }); > > -- Larry
I think you need to look at the javascript errors reported on the page that doesn't work.... Uncaught TypeError: Cannot set property 'innerHTML' of null on: report.innerHTML = "Total line length:<br/> " + length; you don't seem to have a div with id="status" on the non-working page.. -- Larry -- 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.
