Skip to content
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

Allow Cesium Cartographic Polygon to use non-linear point types. #706

Open
argallegos opened this issue Dec 10, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@argallegos
Copy link
Contributor

Suggested here.

Currently the Cesium Cartographic Polygon spline is locked to Linear. Curves can make drawing out these splines much easier, quicker, and more natural looking. It would be great to be able to switch the mode.

@nithinp7 mentioned that the reason it's locked to linear is because polygons with straight lines are much easier/faster to rasterize on the fly. Rasterization of arbitrary splines would introduce a lot of complexity in the code, and may also make it impossible to cull tiles that are entirely within the selection.

So probably not an easy fix, but worth considering at some point.

@argallegos argallegos added the enhancement New feature or request label Dec 10, 2021
@csciguy8
Copy link
Contributor

Relates to a similar request in Cesium for Unity,
CesiumGS/cesium-unity#439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants