Re: Catching multiple XMLHttpRequests
Kayaker,
2 questions for you:
1. Is there a reason you didn't use the GXmlHttp class from the Google
Map API?
2. Under what conditions do you see problems? What browser, how do you
reproduce the problem? (I didn't see any in quick testing here, but
this weekend I am on a dial-up connection)
I have done a number of maps that use multiple xmlhttp requests
(always using the GXmlHttp class) and there isn't an inherent problem
in doing multiple requests. There do seem to be issues if you have
multiple requests active at the same time, so your event handlers might
be causing problems by making multple calls to loadXMLdoc (inside
UpdateVisible). I believe you will get multiple moveend events when the
map moves.
-- Larry
0 Comments:
Yorum Gönder
<< Home