On 31 May 2010 04:36, dgrumme <[email protected]> wrote: > I am getting an error that only presents itself in IE8. The error > reads: > This web site needs a different Google Maps API key. A new key can be > generated at http://code.google.com/apis/maps/.
I don't know why it should only affect IE8, but the jaspi call you have needs the key. See "Getting Started" at http://code.google.com/apis/ajax/documentation/ It is generally recommended to use *either* the AJAX loader *or* the normal loader script. If you're using other AJAX modules, using the jsapi AJAX loader makes sense. In fact you don't appear to have any maps-specific code at all: you use the Google Search API. -- 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.
