We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting polyline.show = false results in a crash.
polyline.show = false
var viewer = new Cesium.Viewer('cesiumContainer'); var entity = viewer.entities.add({ polyline : { positions : Cesium.Cartesian3.fromDegreesArray([-75, 35, -125, 35]), width : 5, material : Cesium.Color.RED, clampToGround : true } }); Sandcastle.addToolbarButton('Show false', function() { entity.polyline.show = false; }); viewer.zoomTo(viewer.entities);
@likangning93
The text was updated successfully, but these errors were encountered:
I changed this to next release because it's a pretty blatant bug for a commonly used feature.
Sorry, something went wrong.
No branches or pull requests
Setting
polyline.show = false
results in a crash.@likangning93
The text was updated successfully, but these errors were encountered: