It turns out that there's been a recent change in the
GBrowserIsCompatible code. It now looks like it always returns true as
long as the API key is valid.
GBrowserIsCompatible is implemented in the loader code, so I suppose
it's possible that the server performs the compatibility test based on
the contents of the request header, and writes
function GBrowserIsCompatible() {
return false;
}
if the server compatibility test fails.
I don't have any incompatible browsers on my computer, so I can't see
that happening. If you've got an incompatible browser, try typing
Javascript:alert(GBrowserIsCompatible)
into its address bar to see what the code looks like.
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---