Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update old cesiumjs.org urls to cesium.com #9575

Closed
matthias-ccri opened this issue May 29, 2021 · 3 comments
Closed

Update old cesiumjs.org urls to cesium.com #9575

matthias-ccri opened this issue May 29, 2021 · 3 comments
Labels

Comments

@matthias-ccri
Copy link
Contributor

Hi there,

I'm going through the Build a Flight Tracker tutorial, but when creating the Glitch, it didn't work because the script and stylesheet was being loaded from these urls:

<script src="https://cesiumjs.org/releases/1.81/Build/Cesium/Cesium.js"></script>
<link href="https://cesiumjs.org/releases/1.81/Build/Cesium/Widgets/widgets.css" rel="stylesheet">

Currently those URLs give me an error in Chrome: ERR_CERT_DATE_INVALID. Once you disable the security check, there is a 301 redirect in place, but that doesn't help the invalid cert issue.

Anyway, the URLs should probably be changed, because the Quick Start page specifies different URLs:

<script src="https://cesium.com/downloads/cesiumjs/releases/1.81/Build/Cesium/Cesium.js"></script>
<link href="https://cesium.com/downloads/cesiumjs/releases/1.81/Build/Cesium/Widgets/widgets.css" rel="stylesheet">

These are the places that need to be updated, that I know of:

Thanks!

@ebogo1
Copy link
Contributor

ebogo1 commented Jun 1, 2021

@matthias-ccri Thanks for making note of this - we're on it.

@ebogo1 ebogo1 added the cleanup label Jun 1, 2021
@j9liu
Copy link
Contributor

j9liu commented Jun 2, 2021

Hi @matthias-ccri! I updated the corresponding lines in the Glitch template, and I will look to fix the links on Cesium's tutorial page. Can you confirm that when you remix the Glitch template, the correct URLs are copied over?

@matthias-ccri
Copy link
Contributor Author

Confirmed --- the glitch template loads the URLs successfully. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants