|
@@ -38607,7 +38607,7 @@ function () {
|
|
}
|
|
}
|
|
|
|
|
|
stats.failed++;
|
|
stats.failed++;
|
|
- console.error('TilesRenderer : Failed to load tile.');
|
|
|
|
|
|
+ console.error("TilesRenderer : Failed to load tile at url \"".concat(tile.content.uri, "\"."));
|
|
console.error(e);
|
|
console.error(e);
|
|
tile.__loadingState = _constants.FAILED;
|
|
tile.__loadingState = _constants.FAILED;
|
|
} else {
|
|
} else {
|
|
@@ -45143,7 +45143,7 @@ var parent = module.bundle.parent;
|
|
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
|
|
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
|
|
var hostname = "" || location.hostname;
|
|
var hostname = "" || location.hostname;
|
|
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
|
|
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
|
|
- var ws = new WebSocket(protocol + '://' + hostname + ':' + "62159" + '/');
|
|
|
|
|
|
+ var ws = new WebSocket(protocol + '://' + hostname + ':' + "63111" + '/');
|
|
|
|
|
|
ws.onmessage = function (event) {
|
|
ws.onmessage = function (event) {
|
|
checkedAssets = {};
|
|
checkedAssets = {};
|