On Apr 22, 9:09 am, Dan <[email protected]> wrote:
> I generated code some code using the Google Maps API Wizard and
> plopped it intohttp://testing.localorb.it/sell-local/seller.php. When
> I go to the page, I get the infamous, "This web site needs a new
> Google Maps API key" error message, even though after clicking "OK"
> Google does display the map properly.
That usually means you are including the API twice, once with an
invalid key and once with a valid one.
And you are:
<script src="http://maps.google.com/maps?
file=api&v=2&key=ABQIAAAAKs-
NLSqOxtCfamvmKgn7rRQFGZRnYqrjpbkzhYnVVRSmTPTYxxQOT98vckNUqC8bmQE7OccS_jLWBg"
type="text/javascript"></script>
and
<script src="http://maps.google.com/maps?
file=api&v=2&key=ABQIAAAAKs-
NLSqOxtCfamvmKgn7rRRYGa60JL4OeTZEg7R9k29ODiTveBRKrqDaRlEAD0OdxCvhkte9a14RdA"
type="text/javascript"></script>
-- Larry
>
> I generated two keys--one for localorb.it and one specifically for
> testing.localorb.it, and I get the error with either key.
>
> On another note, I'd also like to eliminate the search box at the
> bottom of the map, if possible.
>
> Thanks for any help.
>
> Dan
>
> --
> 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
> athttp://groups.google.com/group/google-maps-api?hl=en.
--
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.