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
The attached czml document demonstrates this behavior. Steps to reproduce:
I've seen this in versions 1.44 and 1.47
accessLine.czml.txt
The text was updated successfully, but these errors were encountered:
Thanks @MattPetry!
This looks like a clear cut bug to me on line 2022 of Viewer.js
camera.viewBoundingSphere(boundingSphere, viewer._zoomOptions.offset);
viewer._zoomOptions should just be the locally scoped zoomOptions (which is always defined, while the former is not).
viewer._zoomOptions
zoomOptions
If someone wants to confirm this and open a PR, that would be great. Thanks.
Sorry, something went wrong.
No branches or pull requests
The attached czml document demonstrates this behavior. Steps to reproduce:
I've seen this in versions 1.44 and 1.47
accessLine.czml.txt
The text was updated successfully, but these errors were encountered: