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

Fix example and update cesium version #51

Closed jjspace closed 8 months ago

jjspace commented 8 months ago

Fix the example code calling a deprecated function and actually load the correct terrain.

I also set eslint to es2023 to allow for top level await

This branches off of #50

Fixes #49 Fixes #44

jjspace commented 8 months ago

@ggetz I've updated this to remove the hardcoded token. I left that line commented out so the application runs fine as is with a suggestion to replace it with your own token

ggetz commented 8 months ago

Looks good @jjspace. I'm good to merge this after #50.