The tiles you have on your server have numbers that indicate higher
zooms, however, the code you're using utilizes lower zooms. This will
mean the API code will request tiles that don't exist. As pointed out
by Rossko, your page is requesting tiles such as 0_0_15.jpg but there
is no such tile in your images directory. I suggest taking a closer
look at how tiles are numbered, the tiling system in general and how
such things are calculated. It's not trivial to create a custom tile
layer that works correctly, so if you don't understand the underlying
system, making it work is going to be nearly impossible.

-John Coryat

http://maps.huge.info

http://www.usnaviguide.com
--~--~---------~--~----~------------~-------~--~----~
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