Wrong cartographic coordinates after double click entity in 2D SceneMode

Hi everyone

I met problem when I am picking coordinates in 2D SceneMode

You can see the Picking demo of Sandcastle below: Double click the billboard I add in the demo, and you will find the coordinate label is far away from the mouse.

http://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Hello%20World.html&label=Showcases&gist=aadc09fa402b264512ad9e4a041a7564

I think the problem is in
var cartesian = viewer.camera.pickEllipsoid(movement.endPosition, scene.globe.ellipsoid);

``

There must something wrong when converting windowPosition to cartographic

Any help appreciated.

Thanks

Chris

I find a issue about the problem https://github.com/AnalyticalGraphicsInc/cesium/issues/3242

It seems a issue opened a year ago, but still not been fixed.

在 2016年12月22日星期四 UTC+8上午11:27:23,Chris Wang写道:

Hi Chris,

I’ve added a comment to that issue linking to your forum post. We’ll post an update when we have a chance to look into the problem.

Best,

Hannah