Maybe before anything else, you should do a "view source" on the html
produced. Or better yet, check out the error console. Things like this:
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(<br />
<b>Notice</b>: Undefined variable: lat in <b>/home/content/a/d/a/
adam1313/html/client/cities/index.php</b> on line <b>55</b><br />
, <br />
<b>Notice</b>: Undefined variable: lng in <b>/home/content/a/d/a/
adam1313/html/client/cities/index.php</b> on line <b>55</b><br />
), 13);
map.setUIToDefault();
}
}
Are probably not what you want...
-G
On Jul 27, 2009, at 8:39 PM, Adam wrote:
>
> Hi, I have read all examples for testing the api key .. the maps were
> working, then I uploaded a config file that had the wrong key in
> it, ... so it then gave me an error. I applied for a new key and
> carefully put it into place ... now the error message wont go away and
> no new keys are working.
>
> Link is www.barenakedsales.com/client/cities/
>
> Any help would surely be appreciated.
>
> Cheers.
>
> >
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---