Can I know the roadmap of Cesium, highlights of future releases

1. A concise explanation of the problem you’re experiencing.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

1. A concise explanation of the problem you’re experiencing.

We are using .terrain files as terrain elevation data, so want to know if the support for this would continue.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

const terrainProvider = new Cesium.CesiumTerrainProvider({

url : ‘…/Terrain Data/E075_Merged’,

requestVertexNormals: true

});

scene.terrainProvider = terrainProvider;

scene.globe.depthTestAgainstTerrain = true;

Will Cesium.CesiumTerrainProvider support continue ?

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

To plan our project based on your roadmap

4. The Cesium version you’re using, your operating system and browser.

Cesium 1.47

I can’t think of any reason why CesiumJS would stop supporting this terrain provider. We have some roadmap issues on GitHub you can check out, here’s one for terrain:

https://github.com/AnalyticalGraphicsInc/cesium/issues/526

If you see something on there you’d like, or something that isn’t on there that you think the community could benefit from, feel free to bring it up! You can also see all the roadmap issues here:

https://github.com/AnalyticalGraphicsInc/cesium/issues?q=is%3Aopen+is%3Aissue+label%3A"type+-+roadmap"