CesiumGS / cesium-webpack-example

The minimal recommended setup for an application using Cesium with Webpack.
Apache License 2.0
243 stars 160 forks source link

Switch to async createWorldTerrain, createOsmBuildings #45

Closed dmanchester closed 8 months ago

dmanchester commented 1 year ago

As documented in the main Cesium repo's CHANGES.md, createWorldTerrain and createOsmBuildings were deprecated in Cesium v1.104 and removed in v1.107.

This commit switches to their async counterparts, thereby addressing issue #44.

dmanchester commented 1 year ago

By the way, I've signed the Contributor License Agreement.

dmanchester commented 1 year ago

With those two ...Async functions having been introduced in Cesium v1.104, I wonder if it also makes sense in package.json to update the Cesium version to ^1.104.0?

arthasxkyang commented 10 months ago

works

jjspace commented 8 months ago

Replaced by https://github.com/CesiumGS/cesium-webpack-example/pull/51