将卫星轨道添加到 WebGLEarth 地图(使用例如 Leafletjs 或 Cesiumjs)

Add satellite track to WebGLEarth map (with e.g. Leafletjs or Cesiumjs)

我在 WebGLEarth (http://www.webglearth.org/api) and I would like to have three satellite tracks around my globe. It is important that you clearly see that it is a satellite hovering somewhere (where doesn't really matter and it doesn't have to move). So, something like https://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=CZML.html&label=Showcases

但是,WebGLEarth 不包含执行此操作的工具。添加多边形将不起作用(猜测这是一个错误)并且还不包括线条。将标记更改为另一个图标也不起作用,因为只有一个标准标记(据我所知)。有人要求让 webglearth 成为一个合适的 leafletjs 插件,但当然,我现在想制作我的地图。

有人知道如何做到这一点吗?也许是关于如何将 WebGLEarth 与 Cesiumjs 或 Leafletjs 结合起来的提示?提前致谢!

免责声明:我是核心 Cesium 开发人员。

WebGLEarth 只是 Cesium 的一个轻型包装器,用于模仿 Leaflet API 的一个子集。它由独立的第三方维护,未得到 Cesium 或 Leaflet 团队的任何人的正式支持。我的建议是放弃 WebGLEarth 并转而直接使用 Cesium(或 Leaflet,但我假设你想要 3D)。您当前使用 WebGLEarth 所做的任何事情都应该很容易移植到原生 Cesium API.