Select to view content in your preferred language

How to determine tiles intersecting map extent?

3056
2
Jump to solution
07-06-2012 12:02 PM
JamesRichards1
Regular Contributor
Does anyone know how to calculate the z, x, and y for all tiles intersecting a given map extent?

I need to pre-load a bunch of tiles for an animation.

I am using the standard web mercator google/bing/esri map tiling scheme.

Any help would be greatly appreciated. Thanks in advance!
0 Kudos
1 Solution

Accepted Solutions
JamesRichards1
Regular Contributor
For anyone who's interested, I found the answer here: http://msdn.microsoft.com/en-us/library/bb259689.aspx

View solution in original post

0 Kudos
2 Replies
JamesRichards1
Regular Contributor
For anyone who's interested, I found the answer here: http://msdn.microsoft.com/en-us/library/bb259689.aspx
0 Kudos
LukePhilips
Deactivated User
For anyone who's interested, I found the answer here: http://msdn.microsoft.com/en-us/library/bb259689.aspx


would be interested to hear what you implement. I assume you'll use the above information to then iterate through AGSTiled service requests to get the tiles you want. I'm thinking a similar use of this would be to implement the "take map offline" that you now see in Google Maps (for Android).
0 Kudos