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
The red is a polygon with height: 0. The purple is where it overlaps with the ground polygon.
var viewer = new Cesium.Viewer('cesiumContainer'); viewer.entities.add({ polygon : { hierarchy : Cesium.Cartesian3.fromDegreesArray([-120.0, 30.0, -80.0, 30.0, -80.0, 40.0, -120.0, 40.0]), material : Cesium.Color.BLUE.withAlpha(0.5) } }); viewer.entities.add({ polygon : { hierarchy : Cesium.Cartesian3.fromDegreesArray([-120.0, 30.0, -80.0, 30.0, -80.0, 40.0, -120.0, 40.0]), material : Cesium.Color.RED.withAlpha(0.5), height: 0 } }); viewer.zoomTo(viewer.entities);
The text was updated successfully, but these errors were encountered:
@likangning93 I marked this next release but if it doesn't make the February release that's okay. Please look into it ASAP
next release
Sorry, something went wrong.
Is this a rhumb/geodesic conflict?
Nope, this is in master
I think this is a problem with the polygon's bounding rectangle, I have some hunches.
Right, I thought maybe ground polyline was just using a different interoplation, sounds like @likangning93 is on the case! Thanks.
No branches or pull requests
The red is a polygon with height: 0. The purple is where it overlaps with the ground polygon.
The text was updated successfully, but these errors were encountered: