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
cesiumManager.eventHandler.on('LEFT_CLICK', onLeftClick)
onLeftClick = function (movement) {
const viewer = cesiumManager.cesiumViewer
let ellipsoid = viewer.scene.globe.ellipsoid
let cartesian = viewer.scene.pickPosition(movement.position)
let latlng = GSModel.LatLng.fromCartesian3(cartesian, ellipsoid)
}
the altitude of the latlng is higher than real.
The text was updated successfully, but these errors were encountered:
cesiumManager.eventHandler.on('LEFT_CLICK', onLeftClick)
onLeftClick = function (movement) {
const viewer = cesiumManager.cesiumViewer
let ellipsoid = viewer.scene.globe.ellipsoid
let cartesian = viewer.scene.pickPosition(movement.position)
let latlng = GSModel.LatLng.fromCartesian3(cartesian, ellipsoid)
}
the altitude of the latlng is higher than real.
The text was updated successfully, but these errors were encountered: