Cesium 1.25 Release

Hi everyone, we’re about to start the 1.25 release which will be out later today.

Cesium 1.25 is released! Check out the highlights here: http://cesiumjs.org/2016/09/01/Cesium-version-1.25-released/

I currently use the Unminified Cesium Build and after 1.25 update all my projects (empty projects as well) don't work anymore. The error does not appear with the Minified Cesium Build.

Cesium.js:333 Uncaught SyntaxError: Unexpected end of input
main @ Cesium.js:333
callDep @ Cesium.js:199
main @ Cesium.js:324
callDep @ Cesium.js:199
main @ Cesium.js:324
callDep @ Cesium.js:199
main @ Cesium.js:324
callDep @ Cesium.js:199
main @ Cesium.js:324
req @ Cesium.js:398
(anonymous function) @ Cesium.js:179529
(anonymous function) @ Cesium.js:179540

That’s strange… when I edit Apps/HelloWorld.html to reference the CesiumUnminifed folder instead of Cesium it works fine for me. Does that give errors for you?

Hello,

Have you tried clearing your cache/cookies? Sometimes that has weird side effects when switching between version of Cesium.

Best,

Hannah

Oops!

How did I miss that?..
I’m still using v.1.24

Thanks :slight_smile:

1 Eylül 2016 Perşembe 16:25:46 UTC+3 tarihinde Sean Lilley yazdı:

Sorry for the delay, I wasn't in office in the last days.
I found the problem:
the unminified version doesn't work anymore if you don't specify the charset in the html header

<meta charset="utf-8">

Experienced the same issue on the latest version of chrome (53.0.2785.116 m) and was fixed with the charset. Thanks!