Updated cesium integration (markdown)

Emmanuel Belo
2014-07-03 06:20:22 -07:00
parent 155d5731d5
commit 4de4d99e12

@@ -9,9 +9,17 @@ See example with OpenLayers 2 and Google Earth plugin: http://plan.epfl.ch/?lang
## Smooth transition between 2d and 3d
Idea: A la google map, share the bottom line and tilt. Forward and Backward.
Ongoing work:
* 1. POC: http://bl.ocks.org/tonio/raw/9759909/
* To be developed further: http://bl.ocks.org/gberaudo/raw/51f050326d91d4e9c09a/1b55ad64a1f3de2dcba5673ecb52f976104a4592/#
## 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
http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Picking.html&label=Showcases
# 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.