From 8c00efa4a05a83f6e62c6ec2e87abf7e21847e2a Mon Sep 17 00:00:00 2001 From: Emmanuel Belo Date: Fri, 4 Jul 2014 01:05:49 -0700 Subject: [PATCH] Added cesium styling examples --- cesium-integration.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cesium-integration.md b/cesium-integration.md index 2541f37..12f440e 100644 --- a/cesium-integration.md +++ b/cesium-integration.md @@ -15,7 +15,16 @@ Ongoing work: ## Share vector data -Idea: Bring vector data the user interact with in 2d into 3d. Allow same styling and same tooltip information. +Idea: Bring vector data the user interact with in 2d into 3d. Allow same styling, labels and tooltip information. + +Cesium examples: +* Styling: + * Points/Billboards: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Billboards.html&label=Showcases + * Polylines: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polylines.html&label=Showcases + * Polygons: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polygons.html&label=Showcases + * Geometries: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Geometry%20and%20Appearances.html&label=Showcases +* Labels: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Labels.html&label=Showcases +* Tooltips? ## Share edit Idea: use cesium picking information to get the coordinates in 3D. and send them back to the traditionnal transactional webservice