On Oct 29, 12:11 pm, Crispin Jones <[EMAIL PROTECTED]> wrote: > > I'd appreciate some further thoughts on this as I'm not perfect and > mistakes do creep in, silly ones generally.
Um, yes. You do need to put the key into the web page. This isn't going to work: <script src="http://maps.google.com/maps? file=api&v=2.x&oe=utf-8&hl=en&key=" type="text/ javascript"></script> because you haven't specified a key at all. I don't know what verify-v1 is for, but that's not a Google key. You shouldn't really use v=2.x for a production site, either. There are several problems reported with v2.x at the moment -- it's a preview version -- and you should really be using v=2. 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 -~----------~----~----~----~------~----~------~--~---
