Skip to main content
Question

Upload Cesium 3D Tiles through Cesium API

  • April 12, 2024
  • 2 replies
  • 124 views

od10
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 11 replies

Has anyone managed to upload a ZIP file of Cesium 3D Tiles into Cesium Ion through its API?

 

I can upload a CityGML through the CesiumIonConnector but want to try writing Cesium 3D Tiles and uploading the ZIP file.

 

Thanks

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1632 replies
  • April 15, 2024

Have you tried anything yet? Using a featurewriter you can write the output, then pass it straight through to an HTTPCaller to call the relevant Cesium API


od10
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 11 replies
  • April 16, 2024

Got it all working now.