add unser interaction

Emmanuel Belo
2014-07-04 00:46:22 -07:00
parent 3ae972db7e
commit e19ea22ac8
+9
@@ -21,5 +21,14 @@ Idea: Bring vector data the user interact with in 2d into 3d. Allow same styling
Idea: use cesium picking information to get the coordinates in 3D. and send them back to the traditionnal transactional webservice Idea: use cesium picking information to get the coordinates in 3D. and send them back to the traditionnal transactional webservice
http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Picking.html&label=Showcases http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Picking.html&label=Showcases
## Sahre same user interaction
Idea: same keyboard shortcut to rotate a map in Ol3 as to rotate the globe in cesium.
For now, we have:
* rotation:
* ol3js: `shift` - drag
* cesiumjs: `control` - drag
# Architecture # Architecture
This integration is developed in an open source layer built ontop of ol3js as ol3js is not bound to a specific 3D globe. This layer should allow to provide a common and efficient way to have ol3js and cesium working closely together. This integration is developed in an open source layer built ontop of ol3js as ol3js is not bound to a specific 3D globe. This layer should allow to provide a common and efficient way to have ol3js and cesium working closely together.