Ideas

Emmanuel Belo
2014-07-03 06:11:14 -07:00
parent e7613a0e98
commit 155d5731d5

17
cesium-integration.md Normal file

@@ -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