Qiusheng Wu
Qiusheng Wu
[Leafmap](https://leafmap.org/leafmap/#leafmap.leafmap.Map.to_html) has a `to_html()` for that. https://leafmap.org/leafmap/#leafmap.leafmap.Map.to_html ```python import leafmap m = leafmap.Map() html = m.to_html() ```
@martinRenou Ha, the `leafmap.Map.to_html()` function actually uses `ipyleaflet.save()`, read the html into a string, and delete the HTML file. It is probably not that useful to add to ipylealfet.
One potential improvement is to allow `outfile=None` that can return the HTML string, i.e., generate the HTML file, reads it into a string, then delete the HTML file. I can...
My dark them is defined in the `config.toml` file. Without the `theme="dark"` parameter for creating AgGrid, the AgGrid will not match the dark theme. ``` [theme] # Primary accent for...
I have the same issue. TogglesButtons with the same width "60px" appear to be much larger in JupyterLab than in Jupyter notebook. Is there a way to remove the TogglesButtons...
@gradientsky Thanks for providing the detailed steps. I was able to following the steps and successfully installed autogluon on my M1 Mac. The only issue was the step to install...
This is likely an ipyleaflet issue rather than geemap. Try out the ipyleaflet DrawControl example below. If you encounter the same issue, then it should be reported to ipyleaflet. Otherwise,...
This might be an ipywidgets issue. Some of the ipy packages used by geemap include ipyleaflet, ipywidgets, ipytree, ipyevents. I am not sure which one causes the issue. Check out...
@jblindsay Sometimes if you need access to a Windows machine to compile/test whitebox-tools, you can try [VirtualBox](https://www.virtualbox.org/wiki/Downloads) and download a free [Windows virtual mchine](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) provided by Microsoft. I just tested...
What datasets are you plotting? If you are using GeoJSON, the legen/colorbar should be automatically added. If you are using Earth Engine data layers, then it is a totally different...