Does Cesium have a hosted version of its javascript library? One that we can simply link to in a script tag. Like a Google CDN. Or is it only available as a download? Thanks.
All Cesium releases are available on cesiumjs.org, for example:
http://cesiumjs.org/releases/1.9/
http://cesiumjs.org/releases/1.10/
http://cesiumjs.org/releases/1.11/
These are the fully unpacked release zips and can be used via AMD or combined file. For example, if you want to use the combined and minified Cesium.js file, you can include
http://cesiumjs.org/releases/1.11/Build/Cesium/Cesium.js
and the css would be
http://cesiumjs.org/releases/1.11/Build/Cesium/Widgets/widgets.css
https works as well. The latest release is always available at http://cesiumjs.org/Cesium, but I don’t recommend you point to that since it will automatically update to the latest release and could break your app.
Thank you! that is exactly what i needed!
All Cesium releases are available on cesiumjs.org, for example:
http://cesiumjs.org/releases/1.9/
Any intention of deploying those to a 'real' (world-wide distributed) CDN like https://cdnjs.com/ ?
Another option would be to use the free sercive of CloudFlare to cache the whole site - reducing server load and access times: Our Plans | Pricing
K.
https://github.com/cdnjs/cdnjs/pull/11461#pullrequestreview-46289736
This will be available soon.
This is available now!
Cool! Is cesium to be available as well, or just webpack-cesium?
It is Cesium.
Just add the script to a page and use like normal.
-TJ
Awesome, thanks TJ!
No problem! The new website looks great, btw.
Thanks, nice to hear!