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

Basic feature rendering synchronization #11

Closed
klokan opened this issue Jul 17, 2014 · 1 comment
Closed

Basic feature rendering synchronization #11

klokan opened this issue Jul 17, 2014 · 1 comment
Milestone

Comments

@klokan
Copy link
Member

klokan commented Jul 17, 2014

We want to pass the in memory ol3 existing feature collections to cesium - it means all ol3 supported formats should be possible to display in 3D.

Styling of the features should be read from ol3 structures and set via Cesium API: (http://cesiumjs.org/Cesium/Build/Documentation/Material.html) - PolylineOutline, etc.

Only styling already available in Cesium API is to be implemented:

  • colors for borders + polygons
  • feature stroke (outline / border) in pixels
  • labels with custom fonts
  • icon markers (ol.style.Icon) as billboards?

There is no:

  • label rotation
  • line cap, line dash, line join, miter limit

This tickets implements features displayed without terrain!
Implementation on top of terrain is tracked under #12

@klokan klokan changed the title Basic feature synchronization Basic feature draw synchronization Jul 17, 2014
@klokan klokan added this to the FEATURES milestone Jul 17, 2014
@ahocevar ahocevar changed the title Basic feature draw synchronization Basic feature rendering synchronization Aug 6, 2014
@elemoine
Copy link
Member

I think most of the work was done for this issue, so I'm closing it. Please reopen if you disagree.

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

No branches or pull requests

2 participants