cesiumpy icon indicating copy to clipboard operation
cesiumpy copied to clipboard

v.to_html() shows empty space (without the globe)

Open Huyston opened this issue 8 years ago • 2 comments

I'm testing cesiumpy both in Jupyter notebook and in html mode. It works as expected in Jupyter notebook after installing ipywidgets (pip install ipywidgets).

In html, however, the viewer loads but there is only empty space (without the globe). What can I do to fix it. I wrote a file index.html with the v.to_html() method.

Thanks

Huyston avatar Jun 20 '17 19:06 Huyston

Possibly related: #77

astrojuanlu avatar Oct 11 '19 18:10 astrojuanlu

This issue isn't related to #77. Rather you need to specify an imagery provider such as ArcGIS.

WillardFarmer avatar Sep 05 '23 18:09 WillardFarmer