-
Notifications
You must be signed in to change notification settings - Fork 93
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
viewer.flyTo(entities) or viewer.zoomTo(entities) #365
Comments
@mugeusta can you share any details about how you invoke the second call to the
|
Hi @bampakoa , thank you for the example above. I tried the same in my app but I also didn't have luck. I got this error: ERROR TypeError: Cannot read property 'camera' of undefined I just injected the CesiumService into my component. Do you have any suspicions what might be the problem? Maybe you can share your whole demo there to see if there is any set up error on my side? Please find attached my component file. Thank you. |
@danielRadiceski I suspect that your case is a bit different. Use the
|
I have an issue with the angular-cesium library. The issue is about the viewer.flyTo(entities) method in the library. It only works one-time on a cesium map. Unless I reload the page(cesium map) by pressing F5, it doesn't work again.
I don't know if it is a caching issue or not. If it is, how to solve this problem? Could you mind helping me with this issue?
The text was updated successfully, but these errors were encountered: