Re: Re : API Key not working to URL

2009-03-09 Thread Mike Williams
Change the "true_or_false" on this line http://maps.google.com/maps?file=api&v=2&sensor=true_or_fals e&key=ABQI5i9SD7CNNUoqJ97QOnR7hhSZeT8mL5LN3JZZcNx520YhjbQUdRTZ9rv q9Q848XBNTgNo2BTDxidj3g" type="text/javascript"> to either "true" or "false". -- http://econym.org.uk/gmap

Re: API Key not working to URL

2009-03-09 Thread igloo46
All you wanted to know about API Keys: http://mapki.com/wiki/FAQs#Key_Issues The penultimate section reinforces Andrew's response! Your page has '&sensor=true_or_false' when it should have '&sensor=false' I guess the Google Maps API folk didn't expect so many people to take that part of the key

Re : API Key not working to URL

2009-03-09 Thread Alban Gerome
Hi, I had the same thing last week, try registering thediningclub-london.com sans www, it should work for www and anything followed by thediningclub-london.com, it worked for me. Cheers, Alban - Message d'origine De : "mand...@gmail.com" À : Google Maps API Envoyé le : Lundi,

Re: API Key not working to URL

2009-03-09 Thread Andrew Leach (Maps API Guru)
mand...@gmail.com wrote: > please advise > how do i get the correct key for this url? Please see the response to the issue you raised http://code.google.com/p/gmaps-api-issues/issues/detail?id=1120 You probably have the correct key. You don't have the correct sensor parameter. Andrew --~--~---