Skip to content

Commit 91bbcc2

Browse files
committed
Revert my ion token 🤦‍♀️
1 parent e688a42 commit 91bbcc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import "./style.css";
3030
// Step 1.2: Add your Cesium ion access token
3131
// See: https://cesium.com/learn/ion/cesium-ion-access-tokens/
3232
// See: https://cesium.com/platform/cesium-ion/pricing/#frequently-asked-questions
33-
Ion.defaultAccessToken =
34-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhOGZmYmE1NS01Y2ExLTQ3ODktYjk1OC03ZDNiMGMwNzkzYTQiLCJpZCI6MzQzMSwiaWF0IjoxNzUwNDQ4MDk2fQ.0kfoa4D4xf-_HrVO4OZFg0P4KWT3gMG1E4-iQVGjcvc";
33+
Ion.defaultAccessToken = "your_ion_token_here";
3534

3635
// Step 1.3: Initialize the Cesium Viewer in the HTML element with the
3736
// `cesiumContainer` ID and visualize terrain

0 commit comments

Comments
 (0)