-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Vector Tiles #6097
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vector Tiles #6097
Conversation
…nd what geometry is in the range.
Fix typo in vector-tiles branch
Use b3dm tilesets for classification
…tion debug wireframe.
…abelVerticalOrigin styles.
…es or when used for classification.
@bagnell, thanks for the pull request! Maintainers, we have a signed CLA from @bagnell, so you can review this at any time. I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
@bagnell whose account are these sample datasets under? All beta.cesium.com assets in Sandcastle should use the same account so they can be centrally managed. |
They are under my account. I didn't know which the others belonged to. Can you transfer them? |
* Added `AttributeCompression.zigZagDeltaDecode` which will decode delta and ZigZag encoded buffers in place. | ||
* Added `pack` and `unpack` functions to `OrientedBoundingBox` for packing to and unpacking from a flat buffer. | ||
* Added `Cesium3DTileset.ellipsoid` determining the size and shape of the globe. This can be set at construction and defaults to a WGS84 ellipsoid. | ||
* Added experimental support for [3D Tiles Vector Data](https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/vector-tiles/TileFormats/VectorData) ([#4665](https://github.com/AnalyticalGraphicsInc/cesium/pull/4665)). The new and modified Cesium APIs are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And geometry tiles. Please update in master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. 662a833
Ah, tough competition. 👍 |
This has already been reviewed in #4665. This PR is to merge to master.