Markers in Geojson data with cesium

Hi,

I am working on Cesium ( version 1.47) for importing points from a Geojson file by using “viewer.dataSources.add(Cesium.GeoJsonDataSource.load(‘test.geojson’, {stroke: Cesium.Color.HOTPINK, fill: Cesium.Color.PINK, strokeWidth: 3, markerSymbol: ‘’,}));”

My problem is that i want to get simple points not markers but this method displays only markers. Is there any way to change markers to simple points or any other method that do the work.

Thank you all for your help.

I believe your question was answered in this thread. Let me know if you have any other outstanding questions.

Thanks,

Gabby