This question is locked. New answers and comments are not allowed.
I created a custom provider which plots points in a map tile which conforms to the Bing provider tiling scheme. I configured my map control to use both the Bing provider and my custom provider. However, once I zoom past zoom level 10, I notice that the Bing tile and the custom tile do not line up. As I zoom past zoom level 13, the error becomes more apparent. I was able to determine the map tiles are being correctly rendered from the custom provider by recording the extents that the provider creates for them and using an image tag to place them on the Bing map tile. Under that circumstance, the Bing tile and the custom tile line up as expected. So, it appears to me that when the two tiles are blended together from the two providers the second tile gets offset to some degree, and for zoom levels greater than 13, the error is compounded. Any insight on this observation would be appreciated. I am using the Q2 2011 release. Thanks.