-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove SceneTransforms.wgs84To*
functions in 1.121
#12059
Comments
Hi gabby, can i take on this issue for a first time from jtc? |
@jvrjsanchez Go for it! |
This update ensures that our codebase aligns with the latest changes and improves future maintainability.
|
I would like to ask, why not modify the original method instead of abandoning it and using the new method? It is difficult to achieve backward compatibility with cesium |
@xiyuvi The name of the function, The deprecation warnings, along with notes in |
The following functions were deprecated in #12000, and should be entirely removed for the 1.121 release:
SceneTransforms.wgs84ToDrawingBufferCoordinates
has been deprecated. It will be removed in 1.121. UseSceneTransforms.worldToDrawingBufferCoordinates
instead.SceneTransforms.wgs84ToWindowCoordinates
has been deprecated. It will be removed in 1.21. UseSceneTransforms.worldToWindowCoordinates
instead.The text was updated successfully, but these errors were encountered: