On Jan 29, 6:35 am, tk <[email protected]> wrote: > Hi, > > I signed up for a key and received it, plugged it into my web page and > I keep getting the message: ...key is registered for a different web > site.... > > my page is :http://www.mywarranties.us/map_app.html > > I have another web site with a different key and I am having no > trouble with that. What could I be doing wrong?
You are loading the API twice, once with the "normal" loader at the top of the page with a key (which is why you get a map); and once with the AJAX loader at line 187 but without a key (which is why you get the error message). 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 -~----------~----~----~----~------~----~------~--~---
