1. A concise explanation of the problem you’re experiencing.
I have a large set of points in a grid, maybe 100k, with some data attached. I need to show these points to the user as a colour diagram, like a false colour image.
The points are generated dynamically on the client side, so I cannot use tiles.
I am trying to find out what is the most efficient way. I was thinking it is better to avoid making lots of polygons, I was thinking instead of using points.
How to:
-
Make the points be represented as squares (at the moment they are round)
-
Define the size of the point in meters, so that the squares touch…
-
Force the squares to not rotate towards the camera - orientation should be fixed.
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
Data is coming from some simulations. We need to show the results,
4. The Cesium version you’re using, your operating system and browser.
Sandcastle, Win 7, latest Chrome