From 07758fdce41cea73ad3082678f94257d20a758b9 Mon Sep 17 00:00:00 2001 From: Emmanuel Belo Date: Fri, 11 Jul 2014 02:36:22 -0700 Subject: [PATCH] vector on the terrain --- cesium-integration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cesium-integration.md b/cesium-integration.md index 5c1b07f..14ac47b 100644 --- a/cesium-integration.md +++ b/cesium-integration.md @@ -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