本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
OpenSource
/
dc-sdk
镜像来自
https://github.com/dvt3d/dc-sdk
關注
4
收藏
0
複製
0
程式碼
問題
0
版本發佈
92
Wiki
活動
瀏覽代碼
remove the Cesium.when
tags/2.12.0
Caven Chen
3 年之前
父節點
0200c840b1
當前提交
903c82c4a0
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
顯示文件統計
1
1
libs/s3m/S3MTiles/S3MTile.js
+ 1
- 1
libs/s3m/S3MTiles/S3MTile.js
查看文件
@@ -385,7 +385,7 @@ S3MTile.prototype.requestContent = function() {
}
this.contentState = ContentState.LOADING
this.contentReadyPromise =
Promise
this.contentReadyPromise = Promise
let contentFailedFunction = getContentFailedFunction(this)
promise
Write
Preview
Loading…
取消
儲存