I have searched the web and the threads in this group for a resolution, but I still get the same error, I've registered and tried 3 different keys at this point.
I registered the following website (http://wetlandresearch.com/) and have used the following code snippet as per the API key registration and copied and pasted the text as per the API registration page as follows ( I removed the key below): This key is good for all URLs in this directory: http://wetlandresearch.com/ Here is an example web page to get you started on your way to mapping glory: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/ > <title>Google Maps JavaScript API Example</title> <script src="http://maps.google.com/maps? file=api&v=2&key=superseekretapikey" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map")); map.setCenter(new GLatLng(37.4419, -122.1419), 13); } } //]]> </script> </head> <body onload="load()" onunload="GUnload()"> <div id="map" style="width: 500px; height: 300px"></div> </body> </html> however, for the following URL's: http://wetlandresearch.com/USwetlandmapping.html http://www.wetlandresearch.com/USwetlandmapping.html www.wetlandresearch.com/USwetlandmapping.html wetlandresearch.com/USwetlandmapping.html I still recieve this error: 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/ I also verified the url here: http://wetlandresearch.com/USwetlandmapping2.php, which came up as a match. Does anyone have any ideas? I'm stuck at this point. Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
