On Feb 16, 12:09 pm, Ammorth <[email protected]> wrote: > Hey everyone, > > I'm currently working on a project for Test Drive Unlimited 2, where I use > the Google API with a custom imageMapType that uses textures from the game. > To save on bandwidth from our server, I had created a tiled water tile in > hopes I could have it displayed when a tile doesn't exist. However, I am > unable to find anywhere within the API to set or change a default tile. > > I cannot do tile x,y,zoom checks as the islands are not square and > therefore, need a way to either set a default tile (which loads when the > tile accessed doesn't exist) or a way to check for if a file exists on the > server, (using javascript) so I can return the default tile myself. > > Please respond if you are un-clear/need more information.
Change your getTileUrl function to return the default tile where you want it to. -- Larry > > Thanks, > > Ammorth -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
