Hi there,
I am exploring the options to draw a 3-D image on the maps. I came across Tilesets can be used to draw image on the maps but I didnt find many examples on how to draw our customized shapes. I found an example for the same https://github.com/CesiumGS/3d-tiles-samples/blob/master/tilesets/TilesetWithRequestVolume/tileset.json but nowhere they have mentioned about the parameter details and what values are those in the JSON. Is there any documentation for the same or can you help me on this?
Welcome to the Cesium community @pugazhavanhcl!
Can you explain what a bit more what you’re trying to do? If you just need to add an image on the map, you can use a billboard like in this code example: https://sandcastle.cesium.com/index.html?src=Billboards.html
If this isn’t what you’re looking for, what type of file format or data are you trying to visualize?
Hi Omar,
Thanks for your reply. I’m trying to build a cloud image over a land area (3-D). For eg: A building which is going to be built in that vacant land.
What file format is your data in (for the building that’s going to be built) ?
Right now we have it in Northern Eastern (UTM) points we have converted it to LatLng to plot in your Cesium map using Cesium.GroundPolylineGeometry & Cesium.GroundPolylinePrimitive. Now, I want to build a 3-D structure on top of that LatLng, to answer your question I have elevation for those points to plot in space. I see Cesium.Cesium3DTileset supports this feature but I am unaware how to draw our own shape rather than use from the available asserts.
If it’s a point cloud, can you export it as LAS or LAZ? Then you can upload it to Cesium ion (https://cesium.com/ion) to create 3D Tiles.
You can see a list of all supported formats on Cesium ion here: https://cesium.com/docs/tutorials/uploading/
Hello. Mr. Omer
There are studies on point cloud. I want to embed this file in another platform.
My point cloud data is in las format and it wants my tileset.json and .pnts files.
I do not have such data in my Point Cloud file, which is my laser data. ?
I don’t know what I should do and how I can obtain this data (tileset.json, .pnts). I will be grateful if you could help me… )