On Oct 14, 9:20 am, Ale <[EMAIL PROTECTED]> wrote:
> Hi everybody, I'm trying to make a custom map with my google maps api,
> but, except for localhost tests (and developing), I'm now stuck with
> an incorrect google maps api key.

The key check isn't performed when running locally.

Your script call includes the following:
  ...file=api&amp;v=2&amp;hl=it;key=ABQIAA...
and you're missing an &amp; before "key". Currently you are passing a
*very* long string for "hl". Try
...file=api&amp;v=2&amp;hl=it&amp;key=ABQIAA...

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to