I have sorted this problem, there is a limit on the number of images at each zoom level, zoom level 1 has a limit of 4, changing it to 2 solved it.
On Fri, Jan 16, 2009 at 8:27 PM, [email protected] < [email protected]> wrote: > > Hi i've been coding a simple g maps app, i have been trying to load a > 4x4 set of images into the map however it only displays the 4 in the > top left corner (2*2). > > All my images are 256*256 and are named starting from 0, x_y_z . There > is only one zoom so they are all things like 0_0_1 , 3_2_1 etc. > > The code for all of the app is here, the relevant coding is inside the > slashes -> http://pastebin.com/m5155499c > > I then just copy / pasted mikes example here -> > http://econym.org.uk/gmap/custommap.htm > and changed it so it would be loading my images and just one zoom > which had the exact same problem as before. That code is here -> > http://pastebin.com/m5703435d . > > I had a look through what getTileUrl was requesting using firebug and > it was just requesting 0,1 - 1,0 - 1,1 - 0,0 and would never request a > co-ord with 2 in or anything larger. > > Sorry i cant provide a link to the actual thing, the free host says it > has to check my website before it can be publicly accessed, but the > link is this incase they make it public http://teest.comoj.com/test.php. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
