-
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
Add AEC design sandcastle examples #12326
Conversation
Thank you for the pull request, @r-veenstra! Welcome to the Cesium community! In order for us to review your PR, please complete the following steps:
Review Pull Request Guidelines to make sure your PR gets accepted quickly. |
Thanks @r-veenstra! I can confirm we have a CLA on file for you. We'll review these shortly! |
@r-veenstra These examples are looking great! Is there any reason this PR is still in "Draft" as opposed to "Ready for Review"? |
@ggetz I just need to update the tilesets with some new ion asset ids, which I expect to do over the weekend. Once that's done, I'll move the PR to ready for review. |
@ggetz this should be ready to go |
These all look great. Thanks @r-veenstra! |
Description
Implements three new Architecture, Engineering and Construction (AEC) related Sandcastle examples to support upcoming Cesium releases.
AEC Architectural Design.html
demonstrates a typical architectural design model comprised of multiple tilesets with layer visibility toggles and metadata picking.AEC Isolate by Category
demonstrates how to use architectural categories embedded within the tileset metadata to isolate building elements such as doors, floors, stairs, etc.AEC Metadata Styling.html
demonstrates how to interactively style pipeing layers, highlighting pipes whose length falls within a min / max range controller by a UI widget.Issue number and link
N/A
Testing plan
Author checklist
CONTRIBUTORS.md
I have updatedCHANGES.md
with a short summary of my changeI have added or updated unit tests to ensure consistent code coverageI have updated the inline documentation, and included code examples where relevant