Rectangle no longer renders across IDL
See original GitHub issueThis works in 1.45 but not in 1.46
var viewer = new Cesium.Viewer('cesiumContainer');
viewer.entities.add({
rectangle: {
coordinates: Cesium.Rectangle.fromDegrees(176.0, 30.0, -176.0, 40.0),
material: Cesium.Color.RED,
classificationType : Cesium.ClassificationType.TERRAIN
}
});
viewer.zoomTo(viewer.entities);
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
IDLgrImage - L3HarrisGeospatial.com
Beginning with IDL 6.2, IDLgrImage renders an image by default using a texture-mapped polygon on graphics devices using the RGB color model, for...
Read more >The International Date Line wrap around - GIS Stack Exchange
The problem is that instead of crossing the International Date Line it is being rendered on the map by wrapping around the whole...
Read more >WebGL Specification - Khronos Registry
OpenGL manages a rectangular viewport as part of its state which defines the placement of the rendering results in the drawing buffer.
Read more >RectangleShape Service Reference - LibreOffice API
This service is for a rectangle Shape. More... import"RectangleShape.idl";. Inheritance diagram for RectangleShape: ...
Read more >Object Programming - Machine Learning & Analytics Group
When the objects are no longer required, they need to be destroyed. ... rectangular area—the viewport—on the destination in which the rendering will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ggetz #6967 fixed 3D. 2D/CV is still broken. I"m going to leave this issue marked
next-releasebut I don’t think we’ll have a fix for 2D/CV in by todayNope. Thanks, I’ll close this.