From e19ea22ac88363c82348552a3c94b13989db1e5d Mon Sep 17 00:00:00 2001 From: Emmanuel Belo Date: Fri, 4 Jul 2014 00:46:22 -0700 Subject: [PATCH] add unser interaction --- cesium-integration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cesium-integration.md b/cesium-integration.md index 5542593..196f997 100644 --- a/cesium-integration.md +++ b/cesium-integration.md @@ -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 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 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. \ No newline at end of file