Ver código fonte

Further ion token clarification

PetterGs 4 anos atrás
pai
commit
0f3b6cea5b
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      example/ionExample.js

+ 2 - 1
example/ionExample.js

@@ -49,7 +49,8 @@ let raycaster, mouse, rayIntersect, lastHoveredElement;
 let offsetParent;
 let statsContainer, stats;
 
-// Default token has been taken from the Cesium npm package from "cesium/Source/Ion.js". The token expires with every Cesium release.
+// Default token has been taken from the Cesium npm package from "cesium/Source/Ion.js". The token expires with every Cesium release. The default access token is provided for evaluation purposes only.
+// Sign up for a free ion account and get your own access token at {@link https://cesium.com}
 const defaultIonToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwY2Q2MzQ1OS1kNjI4LTRiZDEtOWVkZC1kMWI4YzAyODU3OGMiLCJpZCI6MjU5LCJpYXQiOjE2MDY4NzMyMTh9.8EwC6vilVHM2yizt8nG6VmbNu66QiCrk3O-1lEDPI9I';
 
 let params = {