On Jul 16, 1:52 am, Xagyg <[email protected]> wrote: > > .... that the client gets after 1 hour of viewing. I know it may be > difficult to find (I cannot reproduce it)... so it may be a lost > cause... thought I would try this thread because the error looked so > similar to the one originally posted. I thank all who'll take a look > and I understand if I don't get very far with a solution.
I'm not sure why you don't find this problem, or why it took an hour for your client to experience it. The page failed immediately for me. Your file json.js adds methods to global objects like Array and Object. This causes the API to fail because it's not expecting them. Generic objects should not have additional methods. Additional methods should only be added to the objects which *actually* need them (like String for example, in this case: that doesn't appear to upset the API at the moment). I pointed out this reason for failure earlier in the thread. In the absence of a link from Sav, I assume that his code is doing the same thing. 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 -~----------~----~----~----~------~----~------~--~---
