Some of my posts here haven't been the most clear, but I'm going to
try on this one, especially because this is so confounding to me.

The link to the map-in-question:
http://www.williams.edu/Economics/ArtsEcon/mappages/Kenosha/kenosha_visitors_test.htm

When the page first loads and the user clicks "on" under the visitor
layers, said layers appear quickly; when the user, leaving the visitor
layers on, zooms in, the visitor layers load more slowly.

It would make sense to me that the tiles would be have to be
downloaded seperately for each zoom, but a few things strike me as odd
if I assume that's the entire answer for the delay:

1) The map *appears* to load more and more slowly, the farther I zoom
in.
2) When I include this snippet of code in customGetTileURL:

document.getElementById('loadingdiv').innerHTML = 'Loading...';
setTimeout('doneLoadingTiles()', 3000);

function doneLoadingTiles() {
document.getElementById('loadingdiv').innerHTML = '';
}

"Loading..." disappears (sometimes long) before the tiles appear on
the map.

3) When I watch the IE status bar in the bottom right, it declares the
page "done" fairly quickly, and before the tiles have loaded; I used
to see "(x number) of files left to download", etc

I think I'm downloading the tiles alright; I feel like I've coded
something improperly and IE/Firefox/Firebug is not picking it up.

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