Do you have a tool or code example to force the full build of the bing cache at all zoom levels for a target extent? I recall that you did or it was discussed, but could not find a reference to it.
Automatic build of Bing cache
Hi Ted,
You can download the Tile Cache Generator from wiki.thinkgeo.com/wiki/File:…120619.zip and change the map unit to Meter and change the upperleft point and lower right point to the extent you want and replace the layerProvider with the attached one. Then generate the bing layer’s cache.
P.S. I wrote a custom zoomlevelSet in the attached code as the cache generator would run into error with the old one, so if you want to use the cache from here, you should set your map.ZoomLevelSet to the custom one in the code.
Regards,
Edgar
layerprovider.txt (3.13 KB)