Nobody willing to help ? I rewrote my complete page and im' almost sure there are no errors. At least none of my tools is showing a problem. I made a lot of tests and also build a very simple page with the minimum : a simple map a timer that triggers a function every minute a function that reloads the overlay.
Even with this simple page, the memory is crunched at each refresh... So all my numerous functions used in my complete map are not faulty. Even more strange, only Chrome seems to react normaly, memory usage stays stable. FF and IE8 are exploding after a while... I put some breaks in the code and each time a new ggroundoverlay is build, the memory usage gets worse... If a disable the addOverlay, it stays quite. Is this a bug ? Does anybody has a workaround , another way than ggroundoverlay to display a weather map ? Help, i need somebody, help ! My last work : http://tk5ep.free.fr/rsmap/test/rsmap_test.php Thanks, On 21 août, 09:05, tk5ep <[email protected]> wrote: > Hi all, > > I'm building up a page that overlays a weather map with the > GGroundOverlay method. This map is refreshed every 10 min. > > Wanting to save some bandpass, and not willing to force a reload of > the page, i'm launching an function that > - removes the previous overlay > - creates a new overlay > - adds the new overlay > > All this launched via the SetTimeout method. > > Everything works as expected, except that at each refresh my browser > crunched several Mb of memory. After i while, the computer is > locked... > > I tried everything i could, but no way... > > Is my approach correct ? What am i missing ? > > Here my test page, refresh is set to 1 min to speed up the problem > detection :http://tk5ep.free.fr/rsmap/v3c/rsmapv3c.php > > I hope someone can help, i'm stucked ! > > Patrick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
