# Cesium in the next three months - what do you want to see?

**URL:** https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369
**Category:** CesiumJS
**Created:** [April 4, 2017, 1:50pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369 "2017-04-04T13:50:14Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![patrick](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/patrick/32/2045_2.png) [@patrick](https://community.cesium.com/u/patrick)
#### Post date: [April 4, 2017, 1:50pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/1 "2017-04-04T13:50:14Z")

</div>

Hi all,

To continue from the active [Cesium in 2017 thread](https://groups.google.com/forum/#!topic/cesium-dev/D1gv_IEDDGY) (over 1,100 views, wow!), we’d like to hear what you want to see in Cesium in April, May, and June.

The start to 2017 has been great; the [releases](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CHANGES.md#132---2017-04-03)have included a ton of bug fixes and major features including orthographic projection, custom CZML properties, compressed textures, billboard/label/point improvements, and the imagery splitter, not counting the January release and all the work in the 3d-tiles branch.

For April-June, we have the following in the pipeline:

- Support for Google Earth Enterprise terrain and imagery. ([blog post](http://cesiumjs.org/2017/03/30/Cesium-and-OSS-GEE/))

- Line styles, thanks to Jason Beverage. [#5159](https://github.com/AnalyticalGraphicsInc/cesium/pull/5159)

- New depth test options for billboards/labels/points and depth-fail polyline materials. [#5166](https://github.com/AnalyticalGraphicsInc/cesium/pull/5166), [#5160](https://github.com/AnalyticalGraphicsInc/cesium/pull/5160), [#5168](https://github.com/AnalyticalGraphicsInc/cesium/pull/5168)

- glTF 2.0. [#4009](https://github.com/AnalyticalGraphicsInc/cesium/issues/4009)

- Significant 3D Tiles performance improvement. [#5128](https://github.com/AnalyticalGraphicsInc/cesium/pull/5128)

- 3D Tiles spec/implementation community review before final OGC community standard steps. ([blog post](http://cesiumjs.org/2017/03/29/Whats-New-in-3D-Tiles/))  
The other things we are considering for the next three months include:

- New/reorganized tutorials and Sandcastle examples

- Improved antialiasing

- mesh compression, [#5120](https://github.com/AnalyticalGraphicsInc/cesium/issues/5120)

- 3D Tiles vector tiles, [#124](https://github.com/AnalyticalGraphicsInc/3d-tiles/pull/124)

There is also ongoing performance work, and bigger features we may be able to start, but not finish, including sub-surface, improved modules, and WebGL 2.

As always, please chime in with your thoughts and +1’s, especially if they supplement the [summary](https://docs.google.com/spreadsheets/d/1Ltxecb8VACqVz7-Ok4-0n0vInUtvDGVJpo_fmcJW124/edit#gid=0) of the Cesium in 2017 thread.

Finally, Cesium has benefited from so many contributions from outside the core team this year. If you are able to lend a hand to work on something that is important for your project, check out [CONTRIBUTING.md](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#getting-started-contributing) to get started. It is very much appreciated.

Thanks,

Patrick

---

<div class="post-metadata">

### Author: ![Sebastien\_Gruhier](https://avatars.discourse-cdn.com/v4/letter/s/7c8e57/32.png) [@Sebastien\_Gruhier](https://community.cesium.com/u/Sebastien_Gruhier)
#### Post date: [April 4, 2017, 2:03pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/2 "2017-04-04T14:03:53Z")

</div>

I’m new with Cesium, may be my requests are already done or in the pipe

A way to simply build piechart, in otherword to draw pie (part of ellipse instead of a full ellipse) ?

A way to draw text that fit the ground like when you draw an ellipse for example instead of being orthogonal to the globe?

thanks

---

<div class="post-metadata">

### Author: ![Terry\_Brown1](https://avatars.discourse-cdn.com/v4/letter/t/7993a0/32.png) [@Terry\_Brown1](https://community.cesium.com/u/Terry_Brown1)
#### Post date: [April 4, 2017, 2:27pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/3 "2017-04-04T14:27:27Z")

</div>

Just some thoughts about implementation of subsurface views. Seems  
train stations etc. are simpler than lake bathymetry, which is my  
personal interest. It would be great if bathymetry could be supplied  
for a local area, with the global terrain provider remaining in effect  
everywhere else.

Also bathymetry data is often quite coarse, so while the  
multi-resolution representation I think the global terrain provider  
uses would be nice to have, I suspect in many cases it will be  
practical to use the highest resolution bathymetry data at all scales.  
E.g. if working in a bay or a harbor with only 90 or even 30 m  
bathymetry data, data volume wise supplying the whole dataset as a  
simple grid might be quite feasible.

That might be useful for regular ground level applications too, e.g.  
for work focused on a campus or historic site or other small area  
where more refined elevation data is available and needed by the  
application.

Thanks, Terry

---

<div class="post-metadata">

### Author: ![jeremiasandris](https://avatars.discourse-cdn.com/v4/letter/j/54ee81/32.png) [@jeremiasandris](https://community.cesium.com/u/jeremiasandris)
#### Post date: [April 4, 2017, 3:36pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/4 "2017-04-04T15:36:58Z")

</div>

Hey,

first thank you for your great work and please be patient with my english skills 😃

in our current project we need the ability to draw different complex geometry on the globe and update them dynamically. We have used the Draw Helper Plugin but now we have to implement it by ourselves with the Primitive Layer(Entity Layer is no option).

Unfortunately there is no other way (it's possible that i have not find the right way yet, so please enlight me if i'am wrong :D) then remove the Primitive and with it the containing GeometryInstance, and recreate the Primitive and the GeometryInstance on every update of eg. the positions. This causes flickering when you want to dynamically change the shape of a polygon on mouse move.

So what we need is the Ability to change eg. the Positions of a Primitive respectively the containing GeometryInstance without recreating it, like Polyline, PointPrimitive or Billboard does it.

I have done some research and find this issue ([https://github.com/AnalyticalGraphicsInc/cesium/issues/932](https://github.com/AnalyticalGraphicsInc/cesium/issues/932)) on Github. I guess this could possibly solve this issue ?!

So this would be our feature request +1 🙂

thank you

---

<div class="post-metadata">

### Author: ![Ryan\_Hickman](https://avatars.discourse-cdn.com/v4/letter/r/e9c0ed/32.png) [@Ryan\_Hickman](https://community.cesium.com/u/Ryan_Hickman)
#### Post date: [April 5, 2017, 5:05pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/5 "2017-04-05T17:05:16Z")

</div>

Stop repainting when unnecessary to prevent burning CPU/GPU cycles. - [https://github.com/AnalyticalGraphicsInc/cesium/issues/1865](https://github.com/AnalyticalGraphicsInc/cesium/issues/1865) & [https://github.com/AnalyticalGraphicsInc/cesium/pull/3476](https://github.com/AnalyticalGraphicsInc/cesium/pull/3476)

---

<div class="post-metadata">

### Author: ![Mark\_Erikson](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/mark_erikson/32/2024_2.png) [@Mark\_Erikson](https://community.cesium.com/u/Mark_Erikson)
#### Post date: [April 5, 2017, 5:58pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/6 "2017-04-05T17:58:26Z")

</div>

Any perf improvements would be great. Would also still love to see BillboardCollection backing texture reuse chunks to prevent memory-related crashes ( per [https://github.com/AnalyticalGraphicsInc/cesium/issues/172](https://github.com/AnalyticalGraphicsInc/cesium/issues/172) and [https://github.com/AnalyticalGraphicsInc/cesium/issues/2094](https://github.com/AnalyticalGraphicsInc/cesium/issues/2094) ).

---

<div class="post-metadata">

### Author: ![patrick](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/patrick/32/2045_2.png) [@patrick](https://community.cesium.com/u/patrick)
#### Post date: [April 6, 2017, 12:11pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/7 "2017-04-06T12:11:16Z")

</div>

Thanks all for the input!

**@Sébastien** for the piechart, keep an eye on the sector geometry issue, [#4754](https://github.com/AnalyticalGraphicsInc/cesium/issues/4754).

**@Terry** thanks for the input on subsurface. By chance, do you know of open bathymetry data you could point me to?

**@jeremiasandris** try setting “asynchronous : false” when creating the [Primitive](http://cesiumjs.org/Cesium/Build/Documentation/Primitive.html). If you have more questions about this, please start a new thread so we can keep this thread focused on the roadmap.

Patrick

---

<div class="post-metadata">

### Author: ![Terry\_Brown1](https://avatars.discourse-cdn.com/v4/letter/t/7993a0/32.png) [@Terry\_Brown1](https://community.cesium.com/u/Terry_Brown1)
#### Post date: [April 6, 2017, 1:33pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/8 "2017-04-06T13:33:14Z")

</div>

For example: [https://www.ngdc.noaa.gov/mgg/bathymetry/relief.html](https://www.ngdc.noaa.gov/mgg/bathymetry/relief.html)

has

[https://www.ngdc.noaa.gov/mgg/greatlakes/michigan.html](https://www.ngdc.noaa.gov/mgg/greatlakes/michigan.html)

which is ~ 100 m grid, this extent is a bit larger than I was thinking  
of when I talked about a local patch of bathymetry in a bay or harbor  
at 4201 x 5365 cells, but you could clip it to a smaller region.

I'll try and find a smaller extent / higher res. example too.

Thanks, Terry

---

<div class="post-metadata">

### Author: ![Rob](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/rob/32/5906_2.png) [@Rob](https://community.cesium.com/u/Rob)
#### Post date: [April 6, 2017, 1:39pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/9 "2017-04-06T13:39:44Z")

</div>

Hi Patrick,

Thanks for the ongoing terrific work with Cesium! I’m hoping that the work on glTF 2.0 will include the ability to apply/replace textures on models during run time.

Thanks,

Rob

---

<div class="post-metadata">

### Author: ![s.degenaar](https://avatars.discourse-cdn.com/v4/letter/s/85f322/32.png) [@s.degenaar](https://community.cesium.com/u/s.degenaar)
#### Post date: [April 8, 2017, 6:22am UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/10 "2017-04-08T06:22:31Z")

</div>

Hi Patrick,

Thanks also for the terrific work going on with Cesium.

I would love to see transparent background working with fxaa turned on. I know it is the crrent workaround to have it set false but it draws all the polygons very jiggered in my use case. It has been written up here:-  
[https://github.com/AnalyticalGraphicsInc/cesium/issues/1921](https://github.com/AnalyticalGraphicsInc/cesium/issues/1921)

Cheers,  
Sebastian

---

<div class="post-metadata">

### Author: ![patrick](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/patrick/32/2045_2.png) [@patrick](https://community.cesium.com/u/patrick)
#### Post date: [April 12, 2017, 11:33am UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/11 "2017-04-12T11:33:55Z")

</div>

Thanks everyone for the input!

@Terry thanks for link to NOAA bathymetry. Super useful!

@Rob keep an eye on [#2387](https://github.com/AnalyticalGraphicsInc/cesium/issues/2387).

@Sebastian good news, [#5200](https://github.com/AnalyticalGraphicsInc/cesium/pull/5200) fixes the transparent background FXAA issue. Can you please test it and comment in that pull request?

Patrick

---

<div class="post-metadata">

### Author: ![Berwyn](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/berwyn/32/3458_2.png) [@Berwyn](https://community.cesium.com/u/Berwyn)
#### Post date: [April 13, 2017, 10:52pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/12 "2017-04-13T22:52:43Z")

</div>

I would like to see orthometric terrain and elevations supported.

When dealing with things close to the ground I'm fetching a geoid height from the bing elevation api and applying corrections.

---

<div class="post-metadata">

### Author: ![patrick](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/patrick/32/2045_2.png) [@patrick](https://community.cesium.com/u/patrick)
#### Post date: [April 18, 2017, 5:18pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/13 "2017-04-18T17:18:04Z")

</div>

@Berwyn would a Mean Sea Level terrain dataset solve your problem if it were available like how [STK World Terrain](https://cesiumjs.org/data-and-assets/terrain/stk-world-terrain.html) is used in Cesium today?

Thanks,

Patrick

---

<div class="post-metadata">

### Author: ![Berwyn](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/berwyn/32/3458_2.png) [@Berwyn](https://community.cesium.com/u/Berwyn)
#### Post date: [April 18, 2017, 5:25pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/14 "2017-04-18T17:25:54Z")

</div>

that would work

thanks

---

<div class="post-metadata">

### Author: ![Jacob](https://avatars.discourse-cdn.com/v4/letter/j/f1d935/32.png) [@Jacob](https://community.cesium.com/u/Jacob)
#### Post date: [April 19, 2017, 6:34pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/15 "2017-04-19T18:34:09Z")

</div>

Hi Patrick,

Overall I’ve had an awesome experience so far using Cesium and getting help on the forum here, and it gets “wows” when I show it off in my app. The top priority I would advocate for is general polish and bug fixing, especially for issues that are highly visible. If I could choose one bug to be fixed, it would be the camera allowing zoom into the Earth after zooming or flying to a billboard, which is highly visible in my app because I use a lot of “fly to” animation:

[https://github.com/AnalyticalGraphicsInc/cesium/issues/4999](https://github.com/AnalyticalGraphicsInc/cesium/issues/4999)

In my app I also had to pull back support for terrain, in part because of bugs and lack of support. I’d advocate support for draped polylines and fixes for issues related to billboard clamped to terrain (e.g. issues like I reported [here](https://groups.google.com/forum/#!topic/cesium-dev/9i62vHWn438)and [here](https://groups.google.com/forum/#!topic/cesium-dev/z4o1l7bKtZs)).

As for new features, +1 on progression of 3D Tiles. The demos and screenshots look amazing, but it’s not clear to me how to try it out. Could a “Getting started” tutorial be written?

Thanks,

Jacob

---

<div class="post-metadata">

### Author: ![patrick](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/patrick/32/2045_2.png) [@patrick](https://community.cesium.com/u/patrick)
#### Post date: [April 20, 2017, 6:27pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/16 "2017-04-20T18:27:45Z")

</div>

Jacob - thanks for the great feedback.

Perhaps we’ll be able to look at the camera and billboard issues at an upcoming bug bash. In the meantime, you are also welcome to contribute a fix or help further narrow the issues down (see [here](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#getting-started-contributing) to get started).

For polylines on terrain, a lot of devs use a Corridor geometry, with width defined in meters, and a GroundPrimitive. To approximate a constant pixel width, they swap in a few different corridors based on the view distance. It looks surprisingly good!

Patrick

---

<div class="post-metadata">

### Author: ![Rachel\_Hwang](https://avatars.discourse-cdn.com/v4/letter/r/d78d45/32.png) [@Rachel\_Hwang](https://community.cesium.com/u/Rachel_Hwang)
#### Post date: [April 20, 2017, 7:39pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/17 "2017-04-20T19:39:03Z")

</div>

Thanks for the feedback Jacob!

I’m working on a reorganization of our Cesium learning materials, and I’d love to create a 3D-tiles tutorial. Let me check in with the team about what would be an appropriate timeline for getting that done (plenty of things in the works right now, both code and doc-wise!). I’ll keep you updated.

On the learning resources side, is there anything else you wish we better documented?

Best,

- Rachel

---

<div class="post-metadata">

### Author: ![Berwyn](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/berwyn/32/3458_2.png) [@Berwyn](https://community.cesium.com/u/Berwyn)
#### Post date: [April 21, 2017, 12:35am UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/18 "2017-04-21T00:35:46Z")

</div>

another way to clamp polylines to ground

> **[Cesium Sandcastle](https://sandcastle.cesium.com/?src=Hello%20World.html&label=Showcases&gist=b7a5c68541753b96cf2df95e36481ad8)**
>
> The Cesium Sandcastle provides an interactive environment for testing Cesium code.

---

<div class="post-metadata">

### Author: ![Jacob](https://avatars.discourse-cdn.com/v4/letter/j/f1d935/32.png) [@Jacob](https://community.cesium.com/u/Jacob)
#### Post date: [April 21, 2017, 12:48pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/19 "2017-04-21T12:48:47Z")

</div>

Hi Rachel,

One issue I recently got caught on was how to listen to property changes, and I was given a solution on the forum (see [here](https://groups.google.com/forum/#!searchin/cesium-dev/Jacob%7Csort:relevance/cesium-dev/sqVtFyKwE1E/cv_ek3c4CAAJ)). I don’t see how I would have known how to do this by reading the documentation. So if I could wish for another tutorial, it would be one to cover advanced coding and customization techniques for Cesium.

But generally I use the Code Examples gallery to learn how to use the API, so my preference would be to see that maintained and grown.

Thanks,

Jacob

---

<div class="post-metadata">

### Author: ![Rachel\_Hwang](https://avatars.discourse-cdn.com/v4/letter/r/d78d45/32.png) [@Rachel\_Hwang](https://community.cesium.com/u/Rachel_Hwang)
#### Post date: [April 21, 2017, 12:56pm UTC](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369/20 "2017-04-21T12:56:27Z")

</div>

Thanks again for your input, Jacob! We could definitely use better coverage for such things. I’m working on expanding our tutorial and sandcastle examples, so I’ll definitely keep this in mind.

I’ve added your message to our tutorial conversation here: [https://github.com/AnalyticalGraphicsInc/cesium/issues/5207](https://github.com/AnalyticalGraphicsInc/cesium/issues/5207)

Please feel free to add to the thread if have any more specific notes! 🙂

Thanks,

- Rachel

[Next page](https://community.cesium.com/t/cesium-in-the-next-three-months-what-do-you-want-to-see/5369.md?page=2)
