I have a map that uses the MicrosoftMapLayerExtension and "snaps" to the zoom level. The zoom levels are 1-20. When the user zooms in to level 20, I'd like to allow them to zoom in to greater detail. However, rather than try to fetch more Bing imagery, I'd like to pixellate the imagery that was fetched at level 20. Is this possible?
Zooming beyond level 20 with MicrosoftMapLayerExtension
Gregory,
I think maybe it’s possible if we overwrite the DrawCore logic in VirtualEarthLayer, but that does will be very complex and hard to do. We need to recauluate the tile request, and then pixilated the image. That’s just an idea I haven’t try. Anyway, there are 20 zoomlevels on Bing map images server.
Thanks,
Johnny