On Nov 16, 12:10 pm, Darius <[email protected]> wrote: > working implementation:http://sagin.lt/kontaktai/ > > not working implementation (require authorization) > You can login with > Vartotojas: login > Slaptažodis: passwordhttp://sagin.lt/admin/gmaps/edit/3/ > > Error message say need another API key, I try generate several time > but no luck.
This line <script src="http://www.google.com/jsapi" type="text/javascript"></ script> loads the AJAX loader. You haven't given it a key. You should only have that line once. You can't do it again with a key -- the second attempt is ignored. 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=.
