I wrote a javascript tool that works with
blogger.com and allows
people to put geo-location information into each post and then it
plots them on the googlemap on the page.
This script has always worked fine with Firefox and IE7/8, however
Chrome fails to start the googlemap. I've tried using version 2 and 3
of the API. I've tried manipulating some of the on_load functions but
nothing seems to work for Chrome. It appears that it is immediately
trying to access the API before it has loaded the DOM fully and it
fails immediately. This is just a guess, but I'm really stuck....
I'm using a <body onload="start_map()"> tag to allow the DOM to load
before running the API, however Chrome seems to abort trying to load
the map immediately from google.
Here's a link to the page (currently using v2 of the API...I know
don't shoot me):
http://svnakia.blogspot.com
Any ideas or help would be appreciated!
Eric