Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须从 czml 文件中读取当前时间(时钟)并传递给变量,这可能吗?
提前致谢
let czml = 'data/gps.czml' viewer.dataSources.add(Cesium.CzmlDataSource.load(czml)).then(function(ds) { viewer.trackedEntity = ds.entities.getById('path'); viewer.clock.shouldAnimate = true; });