|
@@ -16661,7 +16661,7 @@ function o(a, s, l) {
|
|
|
}
|
|
|
,
|
|
|
t.prototype.loadOverlays = function(overlays){
|
|
|
- var overlays = window.data2.overlays /* ||
|
|
|
+ var overlays = window.data2 && window.data2.overlays /* ||
|
|
|
[
|
|
|
{ depth: 0.02,
|
|
|
file: "https://super.4dage.com/data/TEST/overlay/b6fe7cb6bd2b6.mp4",
|
|
@@ -16742,7 +16742,9 @@ function o(a, s, l) {
|
|
|
var e = new y(this);
|
|
|
return this.loadPanosPromise = e.load().then(function(e) {
|
|
|
return this.data.sweeps && 0 < Object.keys(this.data.sweeps).length && (e = e.filter(function(e) {
|
|
|
- return this.data.sweeps[e.uuid].enabled
|
|
|
+ if(this.data.sweeps[e.uuid])return this.data.sweeps[e.uuid].enabled
|
|
|
+ else console.log(e.uuid)
|
|
|
+ //return this.data.sototype.loadOverlaysweeps[e.uuid].enabled
|
|
|
}
|
|
|
.bind(this))),
|
|
|
this.panos.extend(e.map(function(e) {
|