How to load more than 1 data type in Cesium JS

Im new and code and am trying to figure out how to visualize data in Cesium JS. Right now I figured how to view JSON/GEOJSON and 3D Cesium Tilesets but only one at a time. Is there a way to view them both at the same time or maybe even load 2 tilesets? The attached picture is the code when viewing the 3D Cesium Tileset

You can add the code to view json/geojson right below the tileset code. Here is an example of loading multiple tilesets. Although it’s tileset + tileset and not geojson + tileset, it’s the same idea.

1 Like