On Apr 24, 2:27 pm, Susan <[email protected]> wrote:
>
> This web site needs a different Google Maps API key. A new key can be 
> generated
> athttp://code.google.com/apis/maps/documentation/javascript/v2/introduc....
>
> So, i went to the Google API page (listed URL in the error message), selected
> the Google Maps v2 service, turned it on, generated a new API key, installed 
> it
> on my site, and it still isn't working.

Try adding &sensor=false to the API script parameters. sensor is a
required parameter.

There is an issue with your code at line 556 (as reported in Firebug):
if (document.compatMode &amp;&amp; document.compatMode ==
'BackCompat') {

You can't entity-encode Javascript. That should use two && in the
middle.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to