|
@@ -89519,9 +89519,9 @@ and limitations under the License.
|
|
|
this.saveAlignment().then((function() {
|
|
|
t.AlignmentService.stateDirty = !1
|
|
|
$.ajax({
|
|
|
- url: `/indoor/${sceneNum}/api/repose`,
|
|
|
+ url: `/indoor/${sceneNum}/api/reposes`,
|
|
|
success: function(res) {
|
|
|
- console.log('/api/repose',res)
|
|
|
+ console.log('/api/reposes',res)
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -99108,8 +99108,6 @@ and limitations under the License.
|
|
|
var t1 = t.clone().multiply(rot90Invert);
|
|
|
var e = t1.toArray();
|
|
|
return [e[3], e[0], e[1], e[2]]
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
,
|
|
@@ -191646,7 +191644,7 @@ and limitations under the License.
|
|
|
return r(e, t),
|
|
|
e.prototype.getTileUrl = function(t, e, n) {
|
|
|
var i = (this.tiledMapEntity.filePath + "/" + this.tiledMapEntity.fileName).replace(/\$DEPTH/g, t.toString(10)).replace(/\$X/g, e.toString(10)).replace(/\$Y/g, n.toString(10));
|
|
|
- i+='&t='+new Date().getTime();
|
|
|
+ i+='?t='+new Date().getTime();
|
|
|
return this.RestService.addAuthorizationQueryParameter(i)
|
|
|
}
|
|
|
,
|