Look at how your tiles are named: 17_30117_4736.jpg That is either ZOOM_X_Y or ZOOM_Y_X
Your function CustomGetTileUrl() is writing the zoom last. (X_Y_ZOOM) ... dordrecht/TILES/"+a.x+"_"+a.y+"_"+(17-b)+".jpg"; -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
