Hello,
While rendering CZML, when I click an Entity on the map (to display the info widget) I get this violent exception (below). My "description" HTML is this:
<div>Equipment: L<br/>Type: A321<br/>Depart: CLT<br/>Arrive: JFK</div>
An error occurred while rendering. Rendering has stopped.
undefined
TypeError: Cannot read property 'alpha' of undefined
TypeError: Cannot read property 'alpha' of undefined
at null.wa (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:23030)
at Function.f.notifySubscribers (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:15220)
at Function.t.W (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:16895)
at t [as _descriptionSanitizedHtml] (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:16784)
at a.defineProperty.set (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:18514)
at l [as description] (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:20932)
at Z._onTick (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:464:19500)
at r.raiseEvent (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:417:22694)
at l.tick (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:423:12017)
at P.render (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:1888)
I don't believe this happened in version 1.6 .