Add an option to disable rendering of points in the 3d display when there are more points in the view than can be rendered.
When zoomed out to large areas, the cesium view often only shows points in a limited region which can be misleading. e.g.:
Task here is to disable point rendering when the number of points is greater than the number that can be retrieved. This could probably be done by issuing an initial query using the cesium view bounding box like what is done to retrieve the points, but request a count only.
Add an option to disable rendering of points in the 3d display when there are more points in the view than can be rendered.
When zoomed out to large areas, the cesium view often only shows points in a limited region which can be misleading. e.g.:
Task here is to disable point rendering when the number of points is greater than the number that can be retrieved. This could probably be done by issuing an initial query using the cesium view bounding box like what is done to retrieve the points, but request a count only.