Single-file, Webpack/Rollup compatible Cesium Distro

Just released version 1.74 (major / minor versions are taken from The underlying Cesium version).

C137.js

1 Like

What is C137?
What is the difference from npm cesium?

It’s the same source, packed up in a single file. For examples on how to use it with Webpack, Rollup, or as a bare es6 module, look here.

Hi,

This c137.js was much easier to get working as a webpack!

Are you planning to release it/the build scripts open source?

1 Like

@Petrus_Hyvonen Thanks!

At this time they are part of our business plan, we plan on making them available with support to our customers. If you are interested send an e-mail to info@digitalarsenal.io.

The c137.js package on npm is available for free for all uses.

1 Like

Hi @TJ_Koury ,

I see, closed source does unfortunately not fit the usage, working on a Jupyter Lab widget (GitHub - petrushy/CesiumWidget3) for usage in Python.

Your package was indeed very easy to get up and running, worked like a charm.

Now back to struggle with the webpack of cesium original version (and webpack v5). Coming from the Python side the JavaScript environments are pretty confusing :slight_smile:

Regards

@Petrus_Hyvonen It is open source, as the source is just Cesium (plus our logo).

The build process is something we are using to package apps up for use on IPFS, so it had to be server-less. This was really just a test case.

It’s open source now, Apache 2.0 licensed:

Github - c137.js

1 Like