<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Panning across large maps with Deep Zoom and custom animations</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx</link><description>It's been a while since I've posted something here, I realize that. But that's because I only want to blog about cool stuff, and stuff that nobody else has done... Right, so you have to only come here to find the new and cool stuff! 
 Here's a problem</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Panning across large maps with Deep Zoom and custom animations</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9944692</link><pubDate>Wed, 06 Jan 2010 17:42:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9944692</guid><dc:creator>David VC</dc:creator><description>&lt;p&gt;This is great stuff. &amp;nbsp;Any idea why the ViewportChanged event doesn't fire during the animation?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9944692" width="1" height="1"&gt;</description></item><item><title>Silverlight网络寻奇 at 090428</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9573247</link><pubDate>Tue, 28 Apr 2009 11:37:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9573247</guid><dc:creator>nasa</dc:creator><description>&lt;p&gt;都是Silverlight做的游戏&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.silverarcade.com/Games"&gt;http://www.silverarcade.com/Games&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9573247" width="1" height="1"&gt;</description></item><item><title>re: Panning across large maps with Deep Zoom and custom animations</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9568352</link><pubDate>Sat, 25 Apr 2009 21:29:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9568352</guid><dc:creator>suru83</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm new to working with Blend and VS, but I have been following source code available for Hardrock memorabilia and the likes(eg.Jellyfish).. I'm a little acquainted with the structure. I need to build somethin similar with my own images or silverlight sites(This is going to be a map as well)&lt;/p&gt;
&lt;p&gt;Although your file structure is similar,I'm still facing difficulty in figuring out how I can make it work with my images.. could you please provide cues on this..so that I can start.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9568352" width="1" height="1"&gt;</description></item><item><title>re: Panning across large maps with Deep Zoom and custom animations</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9468919</link><pubDate>Tue, 10 Mar 2009 13:32:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9468919</guid><dc:creator>Joost M.</dc:creator><description>&lt;p&gt;To prevent an exception from occuring when I click the same button twice, I had to add this line to the constructor of ViewportAnimation in MultiScaleImageExtensions.cs, just before the TimeSpan object is created:&lt;/p&gt;
&lt;p&gt;if (Double.IsNAN(S)) return;&lt;/p&gt;
&lt;p&gt;But it doesn't seem to be neccessary for your example project.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9468919" width="1" height="1"&gt;</description></item><item><title>re: Panning across large maps with Deep Zoom and custom animations</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9459144</link><pubDate>Thu, 05 Mar 2009 03:50:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9459144</guid><dc:creator>lutzg</dc:creator><description>&lt;p&gt;Thanks! Yes, there are still tweaks that I am looking at, I think some parts are too fast while others are too slow... some spline tweaking definitely.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9459144" width="1" height="1"&gt;</description></item><item><title>Kudos &amp; Another Paper</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9458790</link><pubDate>Wed, 04 Mar 2009 21:45:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9458790</guid><dc:creator>Daniel Gasienica</dc:creator><description>&lt;p&gt;Lutz,&lt;/p&gt;
&lt;p&gt;Kudos to you &amp;amp; the guys. It's a really stunning demo &amp;amp; nice implementation. I've never seen this paper but I found another one called &amp;#171;Space-Scale Diagrams: Understanding Multiscale Interfaces&amp;#187; by Bederson et al.* which briefly talks about pan/zoom trajectories. I've always meant to implement something like this myself but I've never come around to actually do it.&lt;/p&gt;
&lt;p&gt;Again, well done!&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;p&gt;* &lt;a rel="nofollow" target="_new" href="http://www.cs.umd.edu/hcil/jazz/learn/papers/chi-95-spacescale.pdf"&gt;http://www.cs.umd.edu/hcil/jazz/learn/papers/chi-95-spacescale.pdf&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9458790" width="1" height="1"&gt;</description></item><item><title>Anith &amp;raquo; Panning across large maps with Deep Zoom and custom animations</title><link>http://blogs.msdn.com/b/lutzg/archive/2009/03/03/panning-across-large-maps-with-deep-zoom-and-custom-animations.aspx#9457751</link><pubDate>Wed, 04 Mar 2009 03:05:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9457751</guid><dc:creator>Anith &amp;raquo; Panning across large maps with Deep Zoom and custom animations</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.anith.com/?p=15123"&gt;http://www.anith.com/?p=15123&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9457751" width="1" height="1"&gt;</description></item></channel></rss>