Hello Everyone, I'm creating a large custom map (23552 x 23552 px), slicing the image using Will's Auto Tile Cutter (http://mapki.com/index.php? title=Automatic_Tile_Cutter). The script (v2) works great, creating a series of images (11,000+ so far) for 6 zoom levels.
However, the script is creating a 3x3 tile set @ zoom 1. From the Google research I've been doing, I understand that zoom 0 should be a single 256x256 tile, with each progressive zoom increasing by a factor of 4. That is to say, the API only displays factors of 2x2. So, on my map sliced with the tile cutter, 1 column and 1 row is cut off @ zoom 1. Even though the images are there and named correctly, the Maps API doesn't seem to recognize or load that 3rd row and column. This cut- off continues down as I zoom in to levels 3, 4, 5...and so on. Has anyone else experienced this problem? Is it an API limitation or is something going on w/ the script? Is there a something I should change in the script so that it cuts tiles 2x2 rather than 3x3? This script seems to work great for everyone else...is the large size of my image the problem? Thanks, Deng --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
