This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
remove the Cesium.when
tags/2.12.0
Caven Chen
3 years ago
parent
0200c840b1
commit
903c82c4a0
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
libs/s3m/S3MTiles/S3MTile.js
+ 1
- 1
libs/s3m/S3MTiles/S3MTile.js
View File
@@ -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…
Cancel
Save