|
@@ -4765,7 +4765,9 @@ function o(a, s, l) {
|
|
this.emit(u.TourStart),
|
|
this.emit(u.TourStart),
|
|
this.player.enablePreRendering(),
|
|
this.player.enablePreRendering(),
|
|
this.walkingSectionPaused ? (this.clearWalkingSectionPaused(),
|
|
this.walkingSectionPaused ? (this.clearWalkingSectionPaused(),
|
|
- this.goToDestination()) : /* this.goNext() */(this.tourAdvance(0) ,this.goToDestination()))) //xzw: 不要直接跳到下一个点开始,从当前点开始,否则当一段区域内只有一个导览时播放会立刻跳到下一个缩略图进行。
|
|
|
|
|
|
+ this.goToDestination()) : /* this.goNext() */(
|
|
|
|
+ this.atEndOfTour() ? this.goNext() : ( this.tourAdvance(0) , this.goToDestination())) )
|
|
|
|
+ ) //xzw: 不要直接跳到下一个点开始,从当前点开始,否则当一段区域内只有一个导览时播放会立刻跳到下一个缩略图进行。
|
|
}
|
|
}
|
|
,
|
|
,
|
|
|
|
|
|
@@ -8573,6 +8575,7 @@ function o(a, s, l) {
|
|
84: [function(e, t, i) {
|
|
84: [function(e, t, i) {
|
|
"use strict";
|
|
"use strict";
|
|
function n() {
|
|
function n() {
|
|
|
|
+ //v.playTourNearBy(),
|
|
v.playTour(),
|
|
v.playTour(),
|
|
y && clearTimeout(y),
|
|
y && clearTimeout(y),
|
|
c(),
|
|
c(),
|