Gabriel Cordes

Results 7 comments of Gabriel Cordes

The problem in 3D with terrain data is that the distance from the camera to the ellipsoid is used and so 2/3 of that may reach the ground (of the...

I've just created a pull request. Until then you can check it out at my repository or directly try the demo: http://larcius.github.io/cesium-navigation/

yes, I totally agree with you. I tried to use Camera.flyTo but sometimes it didn't work as expected (even though the destination is correct). So I decided to commit a...

Dear @strech345 , I've just made a pull request where zooming now works with animation (but only in 3D and if no entity is tracked). Furthermore tracked entities are now...

you can achieve this by setting the CSS property `left` for compass, navigation controls and distance legend, i.e. like this: ``` .compass { left: 0 !important; } .navigation-controls { left:...

oh, i forgot about that. I just updated my answer from march.

I think this issue was fixed by now @jarkman could you please test it again and tell me if it works now?