On Nov 24, 10:45 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > The point is that it worked right and with no changes it stopped > doing.
You're including a "sensor=" parameter in the API script call. That's only been mandatory for a fortnight or so (since the TOS changes), and it should be either true or false, not true_or_false. Try (a) getting that right, and using & instead of just &, or (b) putting it earlier in the src string, src="...&v=2&sensor=false&key...", or (c) taking it out altogether. It's intriguing that you're getting the "server" version of the error message. 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 -~----------~----~----~----~------~----~------~--~---
