-
Notifications
You must be signed in to change notification settings - Fork 371
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
Client-side vector support #4633
Comments
I think the easiest way to implement this is to convert things into 3dtiles' vector tiles format on the fly in the browser if we can. That way, we take advantage of Cesium's existing rendering code rather than having to write our own. Oh, but a little birdy told me that the 3d tiles vector format is going to change in the next few months, so we should wait for that. |
This: CesiumGS/cesium#9102 might also improve vector performance a bit. |
Potential ways forward: get
my vote is on trying loaders/deck.gl - it is quite a small dependency - and if it works we'd get a heap of other good stuff |
Related: #5513 |
#5736 has been merged - this adds MVT support through protomapsjs |
TODO next:
|
I'm going to close this for the moment, majority of tasks have been completed |
Terria/Cesium's client-side vector support is not ideal.
Why
What we need:
What would be nice:
as nicely as mapbox gl(not quite as nice, but good enough for the moment)Example use cases:
Related issues:
Related PRs:
The text was updated successfully, but these errors were encountered: