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

Share vector data and styles #4

Closed
ahocevar opened this issue Jul 11, 2014 · 2 comments
Closed

Share vector data and styles #4

ahocevar opened this issue Jul 11, 2014 · 2 comments
Milestone

Comments

@ahocevar
Copy link
Member

Idea: Bring vector data the user interacts with in 2d into 3d, without having to load the data twice. Allow same styling, labels and tooltip information.

Cesium supported formats:

Notes

  • Cesium places the 2D GeoJSON on the terrain according following rules:
    • Vertexes are precisely placed on the terrain
    • Segments go straight (in 3D) between the 2 Vertexes
@gberaudo
Copy link
Member

The vectors.html example has been updated to show synchronization of a 3D polyline.
There is now a zigzagging line inside the square-like feature.
One of the two crossing lines has also be given an elevation.

Note that, as of version 1.1, Cesium has no support for drawing polygons with arbitrary elevation for their vertices.

@elemoine
Copy link
Member

The vector-related functions and synchronizer are now merged. So I'm closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants