-
Notifications
You must be signed in to change notification settings - Fork 329
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
Add Features and Perspectives to Readme #117
Add Features and Perspectives to Readme #117
Conversation
Well, any thought on this? |
Perspectives | ||
------------ | ||
- Synchronization of 2D features on terrain; | ||
- Local projection in 2D and global projection in 3D; |
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.
What does local projection mean? What does global projection mean?
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.
Cesium supports only EPSG:4326 and EPSG:3857, which are almost valid globally, on the whole globe. Openlayers3 supports more projections, including some projections only valid in a local area.
We are working on allowing the use of a local projection in ol3 and an EPSG:4326 or EPSG:3857 projection in Cesium.
Some things need to be clarified a bit (at least I don't understand the text the way it is now). |
21d7302
to
701128f
Compare
I will merge the feature part. |
Cool. I hope my comment on the "Perspectives" section did not get lost, because it contains a brief sentence that would fit perfectly for the bottom of the "Features" section. |
@gberaudo I just rebuilt the website using the process described in https://github.com/openlayers/ol3-cesium/blob/master/build/README.md. Works like a charm. |
@gberaudo I found the comment #117 (comment) and created #124. |
Synthetic view of the current state of the library and the planed short term improvements.