Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add billboard crash with globe :false option #6109

Closed
zwzhlj100000 opened this issue Jan 11, 2018 · 1 comment
Closed

Add billboard crash with globe :false option #6109

zwzhlj100000 opened this issue Jan 11, 2018 · 1 comment

Comments

@zwzhlj100000
Copy link

Add billboard crash without globe.

var viewer = new Cesium.Viewer('cesiumContainer',{globe:false});
viewer.entities.add({
position : Cesium.Cartesian3.fromDegrees(-75.59777, 40.03883),
billboard :{
image : '../images/Cesium_Logo_overlay.png'
}
});

@ggetz
Copy link
Contributor

ggetz commented Jan 11, 2018

Thanks for the report @zwzhlj100000, addressed in #6110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants