Dear Sir,
I am displaying geojson which has around 897 records it displays data but not all. out of 897, it displays around 100 records
is there any limitations or license I don’t understand because all is the same data from a single geojson file
I am using Windows operating system. chrome as browser and reactJS for development
here is my code
var dataSource = this.state.Viewer.dataSources.add(this.state.Cesium.GeoJsonDataSource.load(‘data/adu_governorate…geojson’, {
stroke: this.state.Cesium.Color.HOTPINK,
fill: this.state.Cesium.Color.PINK.withAlpha(0.5),
strokeWidth: 3,
clampToGround: true
}));
this.state.Viewer.dataSources.add(dataSource);
here is how it displays
Thank you
Mohammed Kabeer