On May 4, 11:06 pm, "[email protected]" <[email protected]> wrote: > I have a google map site which has the domain lmu.edu. However for > some reason I am always getting the message that my key is registered > for a different domain, than the one in which I am deploying. > > I do not know how to resolve this issue.
Of course, without seeing what's going wrong, no-one will definitively know, either. Always post a link with a problem. Or search the Group for the error message. Or both. However, there are usually two causes of key issues and both come from copying the example and not reading the documentation. You mustn't have white-space (including line-breaks) inside the src="..." string in the API script tag; and you must set either true or false for sensor=true_or_false. See http://groups.google.com/group/Google-Maps-API/browse_thread/thread/a02cea3d9ce8809d# for example. 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 -~----------~----~----~----~------~----~------~--~---
