As of now, there is no support of KML layers already fused with the Google Earth 3D globe using vector projects.
Google Earth Enteprise has three project types -
Raster - Imagery projects and Terrain projects
Vector - KML, csv, shp file support to build and style vector layers.
In Cesium, Raster project support is implemented as follows . I am looking for a roadmap or an issue id to provide the KML layer support for the globes built using Google Earth Enterprise. The current workaround is to re construct the vector layers using cesium API, but that is rework, also it does not preserve the style of the original layers. I am curious to know and hopefully support it in future :
-
What are the default styles for the vector data imported in cesium api ?
-
Would it benefit to existing clients to use fusion server created vector styles and data and serve it as part of some KML provider for Google Earth Enterprise Open Source Server?
Imagery Provider support for Google Earth Enterprise :
new Cesium.GoogleEarthEnterpriseImageryProvider(options)
- There is an implementation here https://cesiumjs.org/Cesium/Build/Documentation/GoogleEarthEnterpriseImageryProvider.html?classFilter=google
Terrain provider:
new Cesium.GoogleEarthEnterpriseTerrainProvider(options)
terrain provider - there is an implementation here: