cesium bug in 180°E

Hello, I found a bug in Picking.html. I set the earh in 2D mode,when I move mouse to 180°E,the billboard was clipped.

Could you tell me how to fix it ?Thank you.

Hello,

This is a known bug. We have an issue written up for it here: https://github.com/AnalyticalGraphicsInc/cesium/issues/3960

I posted a link to your forum post so we can give you an update when we have a chance to fix it.

Best,

Hannah

Thank you! I have an another question,could you tell me how to forbid the earth extends infinitely in 2D? That means when I move to 180°E the earth couldn’t contitue extend

在 2017年2月10日星期五 UTC+8下午10:52:25,Hannah Pinkos写道:

Hello,

If you use the rotatable 2D map, you only get from 180E to 180W with no repeating. See this example: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Rotatable%202D%20Map.html&label=Showcases

Best,

Hannah

Thank you, and can I set the map not be rotated?

在 2017年2月15日星期三 UTC+8下午11:25:55,Hannah Pinkos写道:

Yes, you can disable rotate with this line:

viewer.scene.screenSpaceCameraController.enableRotate = false;

-Hannah