You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var widget = new Cesium.CesiumWidget('cesiumContainer', { sceneMode : Cesium.SceneMode.SCENE2D });
to enable 2D mode
3. Middle-click on map and drag to rotate
4. Continue picking.
Expected result: Picking should display coordinates in the same place relative to the pointer and should correspond to the location of the pointer relative to the map.
Actual result: Display of coordinates wanders from the mouse pointer and displays coordinates accordingly.
The text was updated successfully, but these errors were encountered:
Steps:
to enable 2D mode
3. Middle-click on map and drag to rotate
4. Continue picking.
Expected result: Picking should display coordinates in the same place relative to the pointer and should correspond to the location of the pointer relative to the map.
Actual result: Display of coordinates wanders from the mouse pointer and displays coordinates accordingly.
The text was updated successfully, but these errors were encountered: