On Nov 19, 2:36 pm, Jorge <[EMAIL PROTECTED]> wrote: > > I want to repeat the call that obtains the image (the servlet call) to > prevent errors (timeout, net), because, sometimes, I lose some images > for communication problems. What's the correct way to do this?
This isn't easy to answer because it depends on the rest of your page. If you pre-cache an image in order that every request for the map can be satisfied from the cache, but that pre-cacheing operation fails for some reason, all your markers will be affected. So you may not want to do that at all. Time for a link to your page, I think. (Not code. Don't post code!) Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
