Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>UPDATE</strong>: I don't believe it's possble to do Deep Zoom completely on the client. <a href="http://msdn.microsoft.com/en-us/library/system.windows.media.multiscaletilesource.gettilelayers(VS.95).aspx" rel="nofollow noreferrer">MultiScaleTileSource.GetTileLayers requires a collection of URI's</a>, and I don't think you have a way to intercept that on the client.</p> <p>However, you could use Silverlight 3's <a href="http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.writeablebitmap.aspx" rel="nofollow noreferrer">WriteableBitmap</a> to generate content on the client. I don't know exactly what you're trying to do exacly, but <a href="http://www.wintellect.com/CS/blogs/jprosise/archive/2009/03/23/silverlight-3-s-new-writeablebitmap.aspx" rel="nofollow noreferrer">Jeff Prosise wrote an example which shows zooming into a Mandelbrot Set via Writeable Bitmaps</a>, which shows the concept.</p> <p>----------- original answer -------------</p> <p>Create a custom MultiScaleTileSource - inherit from MultiScaleTileSource and override GetTileLayers method.</p> <p>Samples:</p> <ul> <li><a href="http://www.silverlightshow.net/items/Deep-zooming-on-the-fly.aspx" rel="nofollow noreferrer">http://www.silverlightshow.net/items/Deep-zooming-on-the-fly.aspx</a></li> <li><a href="http://soulsolutions.com.au/Blog/tabid/73/EntryId/471/Silverlight-Virtual-Earth-Part-2-MultiScaleTileSource.aspx" rel="nofollow noreferrer">Deep Earth - a deep zoom sample that pulls map tiles from Vitual Earth</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload