We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.8
windows 11/edge 128
3.5.3
1.121.1
https://github.com/zouyaoji/vue-cesium-demo
step1:update vue-cesium version to 3.2.8, step2:run project setp3:click map
cesium version 1.121 has breaking changes
SceneTransforms.wgs84ToWindowCoordinates has been removed. Use SceneTransforms.worldToWindowCoordinates instead.
SceneTransforms.wgs84ToWindowCoordinates
SceneTransforms.worldToWindowCoordinates
SceneTransforms.wgs84ToDrawingBufferCoordinates has been removed. Use SceneTransforms.worldToDrawingBufferCoordinates instead.
SceneTransforms.wgs84ToDrawingBufferCoordinates
SceneTransforms.worldToDrawingBufferCoordinates
no error alert
has error alert
An error occurred while rendering. Rendering has stopped. TypeError: Cesium.SceneTransforms.wgs84ToWindowCoordinates is not a function See more...
The text was updated successfully, but these errors were encountered:
e6e6974
zouyaoji
No branches or pull requests
VueCesium version
3.2.8
OS/Browsers version
windows 11/edge 128
Vue version
3.5.3
Cesium version
1.121.1
Reproduction Link
https://github.com/zouyaoji/vue-cesium-demo
Steps to reproduce
step1:update vue-cesium version to 3.2.8,
step2:run project
setp3:click map
cesium version 1.121 has breaking changes
SceneTransforms.wgs84ToWindowCoordinates
has been removed.Use
SceneTransforms.worldToWindowCoordinates
instead.SceneTransforms.wgs84ToDrawingBufferCoordinates
has been removed.Use
SceneTransforms.worldToDrawingBufferCoordinates
instead.What is Expected?
no error alert
What is actually happening?
has error alert
The text was updated successfully, but these errors were encountered: