vector on the terrain

Emmanuel Belo
2014-07-11 02:36:22 -07:00
parent 16b9d58cc2
commit 07758fdce4
+5
@@ -44,6 +44,11 @@ Cesium examples:
* Labels: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Labels.html&label=Showcases
* Tooltips?
Notes
* Cesium places the 2D GeoJSON on the terrain according following rules:
* Vertexes are precisely placed on the terrain
* Segments go straight (in 3D) between the 2 Vertexes
## 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