-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
HomeButtonViewModel uses deprecated camera functionality #2437
Comments
This is already fixed in the entity-zoom branch. But we can leave this open until its in master. |
I know we're swamped, but it seems like very bad form to ship a release that prints the deprecation warning for users that click Home. The average user won't know why they're seeing the message, and it makes many Sandcastle demos appear broken when you look at the console. |
It's not going to ship, entity-zoom (and related branches) will be going into master tomorrow |
Ok, thanks guys! |
Fixed in #2315 |
The
direction
andup
parameters toCamera.flyTo
have been deprecated but they're still used inHomeButtonViewModel
:https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Widgets/HomeButton/HomeButtonViewModel.js#L58
The text was updated successfully, but these errors were encountered: