-
Notifications
You must be signed in to change notification settings - Fork 327
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
How to use OpenLayers interactions in Cesium #467
Comments
No, there is no support for interactions in OL-Cesium. Some support would be great though, for example here: http://openlayers.org/ol-cesium/examples/selection.html where clicking in 3D could also select the feature. |
Thank you for your response. |
@gberaudo I set the camera,but the camera doesn't work,can you tell me why,thanks |
Do you have details? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've created a 3D view like this :
var ol3d = new olcs.OLCesium({map: map});
ol3d.setEnabled(true);
"map" has some interactions before creating "ol3D", but these interactions not usable on 3D map, only "pan" on world map is active.
Is it possible to have interactions on 3D Map and how do i do that?
Thank you for your answer
The text was updated successfully, but these errors were encountered: