-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distance display conditions #758
Comments
Display conditions in general should support KML Regions. CC #873 |
Initial work is in the display-condition branch. |
Should we just close this since it will be superseded by the 3D Tiles work? |
3D Tiles works for the massive dataset use case. This is for the individual primitive/entity. Won't we need it for KML? |
Good point, we can leave it open. |
See #3835 for the start of a |
OK to close this? |
I would like to be able to make primitives turn on and off based on distance from the camera. I imagine that in 3D and Columbus view this would be straight line distance. But in 2D it would translate to just difference in height.
For batch primitives, such as BillboardCollection, I would like each item to turn on and off individual instead of distance to the entire batch.
The text was updated successfully, but these errors were encountered: