[Commits] r1519 - sandbox/cmoullet/ux/StreetViewPanel/ux/widgets

commits at geoext.org commits at geoext.org
Sun Nov 29 07:37:25 CET 2009


Author: cmoullet
Date: 2009-11-29 07:37:25 +0100 (Sun, 29 Nov 2009)
New Revision: 1519

Modified:
   sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js
Log:
Remove yaw info when video is stop


Modified: sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js
===================================================================
--- sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js	2009-11-29 06:24:05 UTC (rev 1518)
+++ sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js	2009-11-29 06:37:25 UTC (rev 1519)
@@ -420,6 +420,7 @@
                                 //console.log("Stop Play Video");
                                 this.panorama.videoPlay = false;
                                 this.panorama.nextFeature = null;
+                                this.panorama.transitionYaw = null;
                                 clearInterval(this.panorama.videoInterval);
                             }
                         } else {



More information about the Commits mailing list