question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rectangle no longer renders across IDL

See original GitHub issue

This 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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
hpinkoscommented, Aug 31, 2018

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

0reactions
bagnellcommented, Sep 4, 2018

Nope. Thanks, I’ll close this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found