-
Notifications
You must be signed in to change notification settings - Fork 35
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
Flyto or zoomto to an entity or entities #70
Comments
Furthermore, how do you set the default position of the camera? This didn't work: http://stackoverflow.com/questions/28709007/how-to-set-the-default-view-location-cesium-1-6 |
Thx for the report. Because simple JavaScript call |
Any news on this? |
1 similar comment
Any news on this? |
This might help someone since I also had trouble using
|
On cesium you can normally add an entity and fly to that entity:
I just tried this with an entity I added via
ob = v.dataSources.add()
but I wasn't able runv.camera.flyTo(ob)
, it didn't fly anywhere.How can this be done? Also I'm a bit confused as to how Cesium's Javascript API maps to the Python object API, some things are placed in different areas.
The text was updated successfully, but these errors were encountered: