Hi! I've got the same proble few days ago, and I solved this way:
You have this line of code: <script src="http://maps.google.com/maps?file=api&v=2&sensor=true&key=ABQIAAAANQfspwxVvqEPF5X6gy3ckhSoynKnW0ycxQkK7XSnvAld5WoGTxQUPN_yPL8WwjQtAZmlGrd8u1ekQw" type="text/javascript"></script> All I've done was remove the sensor variable and his value, so your line code will look like this: <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAANQfspwxVvqEPF5X6gy3ckhSoynKnW0ycxQkK7XSnvAld5WoGTxQUPN_yPL8WwjQtAZmlGrd8u1ekQw" type="text/javascript"></script> I hope it works for you ;) 2009/4/7 Andrew Jackson <[email protected]> > > Hey there, > > I've read lots of discussions concerning: The Google Maps API key used > on this web site was registered for a different web site. You can > generate a new key for this web site at http://code.google.com/apis/maps/ > and still can't seem to find a way for my very simple page to work: > http://myfunstudygroup.com/capilanolibrary.html > > It either shows up with this error message or the map doesn't show up > at all. I've fiddled around with the settings for the true and false > value but still no success. The map works fine locally when I preview > the page out of dreamweaver. > > Can anybody suggest a solution? I'm new to Javascript and so am > scratching around for help. > > Thanks, > 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 -~----------~----~----~----~------~----~------~--~---
