Cesium load i3s layer example

2275
2
Jump to solution
06-24-2021 05:20 AM
Zhitao
by
New Contributor

Hello everyone.

I found a video shared by Esri Event. I am very interested in Cesium loading I3S layers at 19:43. I checked the CesiumJS API. I haven’t found the Cesium.I3sDatasource method in the video yet. I noticed that the version of Cesium used in the video is built locally. Where can I get this version in the video for testing?  Or is there any plan to open source and merge into Cesium?

https://youtu.be/0C2fvQXqODQ?t=1195

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
Tim_McGinnes
Occasional Contributor III
2 Replies
Tim_McGinnes
Occasional Contributor III

Looks like there is a pull request in the CesiumGS GitHub repo for this:

https://github.com/CesiumGS/cesium/pull/9634 

The I3SDatasource code is here:

https://github.com/Tamrat-B/cesium/blob/cesium_i3s_support/Source/DataSources/I3SDataSource.js 

Zhitao
by
New Contributor

Thank You @Tim_McGinnes 

0 Kudos