-
Notifications
You must be signed in to change notification settings - Fork 55
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
API for hiding and displaying objects #623
Comments
I used Google Translator. Sorry for the delay. There is changePropertyRenderingAPI. ex) From cesium.html |
Thank you very much for your reply. I will be testing it soon, but I understand that an API could be very useful in this matter. An API to hide or show objects could be very useful, because you can hide or show objects by objectId. For example, if you want to hide all objects that are part of a building cover, a user could select the objects that are part of it and hide them with an API. Later, if necessary, he could show them again. hideShowObjects(projectId, objectsId[ ], value) If the value parameter of the hideShowObjects function is false, the objects are hidden, otherwise they are displayed. Greetings |
I used Google Translator. Thank you for your good feedback. Now we are very busy with other projects. If there is a demo page that we can see, I think it would be great. |
Hello, thank you for your reply and excuse my delay. I understand the situation. I will leave this issue open because later I will try to make a demonstration of it. Greetings |
Hello, I would like to ask if there is a functionality in the API to hide objects by objectId, by datakey and other arguments.
This functionality seems to me super useful since many times the user wants to hide an object to see others.
Thank you for your help.
The text was updated successfully, but these errors were encountered: