mirror of https://github.com/CesiumGS/cesium.git
Updates for 1.64 release
This commit is contained in:
parent
e5548f7166
commit
aed09e827d
|
|
@ -5,6 +5,7 @@ Change Log
|
|||
|
||||
##### Fixes :wrench:
|
||||
* Fixed an issue in image based lighting where an invalid environment map would silently fail. [#8303](https://github.com/AnalyticalGraphicsInc/cesium/pull/8303)
|
||||
* Various small internal improvements
|
||||
|
||||
### 1.63.1 - 2019-11-06
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import defined from './defined.js';
|
|||
import Resource from './Resource.js';
|
||||
|
||||
var defaultTokenCredit;
|
||||
var defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlYmY1OGY2NS1kODVmLTQxNTUtOWY5YS00ODE1Y2E1ZjFkZTQiLCJpZCI6MjU5LCJzY29wZXMiOlsiYXNyIiwiZ2MiXSwiaWF0IjoxNTcyNjI4NjQ5fQ.CYr8wbSJnOsWz4x2ufDHVe7CGvWzEWl4HzcOcceaNCE';
|
||||
var defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhMThlZGJlYi04OGJjLTRhZjMtYWU5Yy0zNTE3N2E2MzFiOTgiLCJpZCI6MjU5LCJzY29wZXMiOlsiYXNyIiwiZ2MiXSwiaWF0IjoxNTc1MjkzODg2fQ.9pV-L1TWD9wv-6XKiVXCR1LIGb-RSD-Ezs7JJkL_Lj0';
|
||||
|
||||
/**
|
||||
* Default settings for accessing the Cesium ion API.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cesium",
|
||||
"version": "1.63.1",
|
||||
"version": "1.64.0",
|
||||
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
|
||||
"homepage": "http://cesium.com/cesiumjs/",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue