Skip to content
New issue

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

[Bug Report] CesiumJS 1.121 Breaking Changes #598

Closed
hellorayza opened this issue Sep 9, 2024 · 0 comments
Closed

[Bug Report] CesiumJS 1.121 Breaking Changes #598

hellorayza opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hellorayza
Copy link

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

An error occurred while rendering. Rendering has stopped.
TypeError: Cesium.SceneTransforms.wgs84ToWindowCoordinates is not a function

See more...
@zouyaoji zouyaoji added the bug Something isn't working label Sep 12, 2024
@zouyaoji zouyaoji self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants