Loading of a tileset from external server

Hi,

I’m attempting to load a tileset from an external server: https://maps-json.onemap.sg/Default.json
Documentation: OneMap: Default Map

It’s essentially a basemap. I’m using the default cesium sample to try to load the basemap by changing the URL of “Cesium World Terrain” object.

Please assist. Thank you!

A Cesium3DTileset accesses tileset in 3D Tiles format. That JSON file isn’t 3D Tiles format. It looks like some MapBox thing maybe?