You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of CesiumJS 1.42, I am seeing some strange behavior with previously working Image Material rendered via CZML. I have also noticed this is occurring in the Cesium Sandcastle example below:
The polygon renders correctly and the default white texture appears. However, previous versions would asynchronously load the referenced "uri" element and overlay the image. This seems to have stopped with 1.42 based on my tests (1.41 behavior not apparent).
Here is my CZML for reference, which I believe is correct and has not changed between the previous releases of Cesium since Fall 2017:
Greetings Cesium Folks!
As of CesiumJS 1.42, I am seeing some strange behavior with previously working Image Material rendered via CZML. I have also noticed this is occurring in the Cesium Sandcastle example below:
Sandcastle with missing Cesium logo
The polygon renders correctly and the default white texture appears. However, previous versions would asynchronously load the referenced "uri" element and overlay the image. This seems to have stopped with 1.42 based on my tests (1.41 behavior not apparent).
Here is my CZML for reference, which I believe is correct and has not changed between the previous releases of Cesium since Fall 2017:
[{"id":"document","version":"1.0"}, {"name":"data-Base_Reflectivity_L2","position":{"cartographicDegrees":[-86.5625,36.2472229004,1.0]},"ellipse":{"semiMinorAxis":299875.0,"semiMajorAxis":299875.0,"height":10.0,"outline":true,"material":{"image":{"transparent":true,"image":{"uri":"http://data.horizonwx.com/kohx/Base_Reflectivity_L2/1508163444.png"}}}}}]
I've attached screen grabs from my development environment and the sandcastle.
If I'm missing something, or if there is now a new syntax to follow for overlaying materials on polygons in CZML I'm happy to adjust.
Thanks!
The text was updated successfully, but these errors were encountered: