From 7813d1969f028c6a73ac3b155303a2d31b725969 Mon Sep 17 00:00:00 2001 From: Emmanuel Belo Date: Fri, 4 Jul 2014 00:52:49 -0700 Subject: [PATCH] added some technical issues --- cesium-integration.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cesium-integration.md b/cesium-integration.md index c989d78..2541f37 100644 --- a/cesium-integration.md +++ b/cesium-integration.md @@ -31,4 +31,12 @@ For now, we have: # 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. \ No newline at end of file +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. + +## Technical issues +* How to keep both ol3js and cesium synchronized? + * Apply vector transformations (diff from current state) each time a context change? + * Compute from scratch a new state from the new context? +* Save computing resources + * disable rendering of the underlying map or globe if it's hidden by the overlayed one + * still preseve context synchronization \ No newline at end of file