I am trying to create more than 500k entities on cesium globe. We are using java-script loop to add entities to the globe.
But every time we do that browsers crashes and ask to stop java-script execution.
How can we achieve this functionality. We want to create 500k+ points(pins) on globe.
Most of the demos have been converted to use the EntityAPI but if you look in the API docs below you can see how you can add Labels and Billboards as primitives. There is also a PointPrimitive that I believe is due to be released in the next release.