My site contains two pages that use Google maps.

The first page on this site is http://www.savethehives.com/fbp/Locate.html
and it works fine under Chrome, IE and FF. This is the page that
allows you to add an entry after clicking on the map, and it stores it
in a Google spreadsheet.

The other page reads from my Google spreadsheet, and displays my
Google map fine for IE and Firefox, but locks up Chrome (and Safari)
when trying to load.

The page is: http://www.savethehives.com/fbp/Map_Test.html  and has
been validated at validator.w3.org.

The only way I can get it to even partially load under Chrome, is to
limit the number of entries I'm reading in from my Google
spreadsheet:

for (var i = 0; i < json.feed.entry.length; i++) {
to
for (var i = 0; i < 30; i++) {

Any help or advise would be great.  Right now, only about 2%-3% of my
visitor use Chrome, but I suspect that will be climbing over time.








--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to