From 155d5731d57b49e6bb69d0271698c42dadfec58e Mon Sep 17 00:00:00 2001 From: Emmanuel Belo Date: Thu, 3 Jul 2014 06:11:14 -0700 Subject: [PATCH] Ideas --- cesium-integration.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cesium-integration.md diff --git a/cesium-integration.md b/cesium-integration.md new file mode 100644 index 0000000..5d6fc06 --- /dev/null +++ b/cesium-integration.md @@ -0,0 +1,17 @@ +# Work packages +## Synchronize views +Idea: A vector on the 2D map displays the view point and the view direction: +* When moving the 3D view, it adjusts the 2D vector. +* When moving the 2D vector, the 3D view is adjusted. + +See example with OpenLayers 2 and Google Earth plugin: http://plan.epfl.ch/?lang=en, click in the right menu on 3d. 2D and 3D are snychronized. + +## Smooth transition between 2d and 3d +Idea: A la google map, share the bottom line and tilt. Forward and Backward. + +## Share vector data +Idea: Bring vector data the user interact with in 2d into 3d. Allow same styling and same tooltip information. + +## Share edit +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 \ No newline at end of file