On Nov 20, 2:49 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > I can connect and see a map with no markers. It looks like the > markers are being geocoded on the fly.
I see a map with markers which are specified in this XML file: http://62.36.20.15/GMAPSCOV/getMarkers?lonSW=-35.5078125&latSW=16.29905101458183&lonNE=20.302734375&latNE=51.6180165487737&zoom=4&type=0 A typical marker is http://62.36.20.15/GMAPSCOV/getImage?id=1342131&f=.png However, none of this is helping with the original query, which was about dealing with failed requests. I just wonder if it's possible to use GDownloadUrl to get the image from the server, because then the response code from the request can be analysed: 200 is fine and the callback function can process the file (or set iconMap.image, which would get the file from the browser cache); a 404 or some other timeout code could be used to issue the request again. 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 -~----------~----~----~----~------~----~------~--~---
