-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
CZML Exporter #7372
Comments
After seeing the new KML export class here #7921, I think this could be a good first contribution (not trivial, but not too involved either), and I can imagine it being very useful for a variety of use cases. The linked PR could be a good reference. |
Here's a community Sandcastle to export a Cesium scene as GeoJSON! https://groups.google.com/d/msg/cesium-dev/KT2brToFGR8/sdUjxNfCEAAJ |
Hi all. The Sandcastle example pointed by Omar is not working anymore.
Has something changed from Sep, 2019 to now ? This feature is a very important missing feature. GeoJSON is a standard and I think Cesium could export its elements to it. |
About the error: Use |
I was surprised to see there wasn't a way to export a CesiumJS scene using CZML! I think this would be pretty useful, in this particular case on the forum they're trying to save the entities they're drawing in their app. This could be something like how a
JSON.stringify()
will take an object and serialize it. We can have aviewer.entities.toCZML
which will serialize an entity collection.The text was updated successfully, but these errors were encountered: