1. A concise explanation of the problem you're experiencing.
I am beginner with the CesiumJS and I can't import points to my cesium application as a point cloud
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
viewer.dataSources.add(Cesium.GeoJsonDataSource.load('test.geojson', {
stroke: Cesium.Color.HOTPINK,
fill: Cesium.Color.PINK,
strokeWidth: 3,
markerSymbol: '',
}));
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I tried to work with Geojson data but it returns markers, I want to find the best way to add a point cloud
4. The Cesium version you're using, your operating system and browser.
1.47, windows,firefox