I am transitioning from hosting my cesium project on the web to my local environment. It’s been years since I’ve dusted off the code and I can’t believe it but I’m stuck on Step 2
The code snippet on on the Quickstart page under “Import from CDN” doesn’t work when I open it in a web browser. What am I doing wrong?
Hi @justinfl,
Use 1.94
instead of 1.94.3
. So include from the “CDN” as so:
<!-- Include the CesiumJS JavaScript and CSS files -->
<script src="https://cesium.com/downloads/cesiumjs/releases/1.94/Build/Cesium/Cesium.js"></script>
<link href="https://cesium.com/downloads/cesiumjs/releases/1.94/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
We published a patch release with fixes directed at an internal use case, but did not do a full release and publish a copy to the website as a CDN. I’ll check to make sure our website does not reflect this in the future.