Hannah

Results 96 comments of Hannah

Updated code example ``` javascript var czml = [{ "id" : "document", "name" : "Basic CZML billboard and label", "version" : "1.0" }, { "id" : "0", "polygon" : {...

requested here: https://groups.google.com/d/msg/cesium-dev/PCwrvL8Efvw/rUgmh5mpAQAJ

Also reported here: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/pGUPCy2X3TQ

@ggetz everything seems to work fine for me too. Can you still reproduce this? If you can, can you post specific step-by-step instructions for how to reproduce? Typing in a...

@damienmajer yes, it seems to work correctly for me

Opened this issue to keep track of this bug. @moodragon46 submitted a fix in #7137 but we had to revert it before the 1.51 release because it introduce this bug:...

Thanks @moodragon46 !

Here is a png and svg version of the icon from the user. He says the png looks better than the svg ![icon-sourdough-library 2x](https://cloud.githubusercontent.com/assets/3451886/18054877/b102db4c-6dd3-11e6-883d-009682d032b0.png) [icon-library.svg.txt](https://github.com/AnalyticalGraphicsInc/agi-cesium-cloud/files/442601/icon-library.svg.txt)

Also reported here: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/NBfMvj80vGI

@wbhshy If you're picking more than once before the scene renders, you need to call `scene.render()` before picking again. If this doesn't fix the issue you're seeing, feel free to...