Hi folks,

I have search the API, but cannot find a way to tell google maps that
I only want it to request tiles within a given lat/long boundary.  My
code is simple:

                var tl = new GTileLayer(null, null, null, {
                        tileUrlTemplate: '/tiles/reefs/{Z}/{X}_{Y}.png',
                        isPng:true,
                        opacity:1.0 });
                var tileLayerOverlay = new GTileLayerOverlay(tl);

                map.addOverlay(tileLayerOverlay);

But i only have tiles within a small subset of the world, and would
like to prevent unnecessary requests.  Is it possible to clip the
boundaries of a tile overlay?

thanks.
Scott

--~--~---------~--~----~------------~-------~--~----~
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