Skip to content

bkuster/minimal-cesium-test

Repository files navigation

Test Setup

This is just a small test script to support this issue. The fails.js script fails and the works.js script works. To run both in development: npm run fails and npm run works. To run them for production first run: npm run build and then: node dist/fails.js and node dist/works.js.

Discoveries

  • Providing require to the global can help
  • Providin require only helps, if the CesiumTerrainProvider is not created in its own modules top level scope (see alsoFails.js)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published