On Jun 21, 9:53 pm, PaulS <[email protected]> wrote:
> I get this error on this site:
>
> http://paulsweb.dk/gaester/find-vej.aspx

You're loading the jsapi script twice, once with a key and once
without. You only need to do this once (with the key); doing it twice
may cause problems. You should also send sensor=false [or sensor=true]
in the "other_params" option when you load the Maps API. There's not
much documentation about other_params, but I think it's
  google.load("maps", "2", {"other_params":"sensor=false"});

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