On Oct 9, 10:53 am, dbrb2 <[email protected]> wrote: > I realise this is a bit vague, but I have a mashup that uses streetview and > map layers. > It works fine in FF and Chrome, but in IE7 (maybe later - not yet checked) > it seems to exhibit a memory leak, resulting in IE giving the "script on this > page > is running slowly" error
Why do you think it is a memory leak? Do you have loops in your code? IE in general tends to run javascript and render maps slower than modern browsers. (I hear that IE9 is better, but I don't like alpha testing microsoft's software) -- Larry > > Can anyone suggest what might be causing this? I am using a JSONP call, via > setInterval, every 5 > seconds...but I don't think that should cause this problem? > > The site lives at: > > http://bbarker.co.uk/eastCoast > > Cheers, > > Ben -- 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.
