ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

A Jupyter - Leaflet.js bridge

Results 227 ipyleaflet issues
Sort by recently updated
recently updated
newest added

The measure distances and area tool appears to have a bug when used in Jupyter notebook, has anyone else experienced an issue? When I click on the map to begin...

I tried the following code to visualize a single band raster image form landsat 8, but the image cannot render over the map. The broken thumbnail appears over the map...

When I try to save a map using JupyterLab 4.0.5 I get error. However if I install the extension (which is suppose to be appropriate for JupyterLab

Hello, I noticed that, if I add a ipywidgets.HTML object to a Marker, a Traiterror is raised when I click on the Marker. See below the code (adapted from https://ipyleaflet.readthedocs.io/en/latest/layers/popup.html)...

I thought ipyleaflet 0.17.4 had fixed the [SplitMap Control issue,](https://github.com/jupyter-widgets/ipyleaflet/pull/1135) but it didn't. I have tried it on both Google Colab and local JupyterLab. Both of them still have the...

Hey, I am using ipyleaflet for my work. I would like to draw rectangles on my map with DrawControl. ```Python from ipyleaflet import Map, DrawControl map = Map(center=(49.115469, -1.082814), zoom=10)...

As my question (https://github.com/jupyter-widgets/ipyleaflet/issues/1130) may seem tedious I decided to look at the packaging file from both ipyvuetify and ipyleaflet to understand how the css and js dependencies are created...

cross-posting from [SO](https://stackoverflow.com/questions/76794675/how-to-create-a-python-lib-that-inject-css-and-js-in-jupyter) as the downvoted machinery is already on its way... I'm writing a python lib to create maps with vuetify based widgets [sepal-ui](https://sepal-ui.readthedocs.io/en/latest/). The lib is based on...

Fix https://github.com/jupyter-widgets/ipyleaflet/issues/1118 In this PR I added a visible boolean trait to the LayerGroup. When updated, all the underlying laayers are changed accordingly allowing the user to hide all layers...

Hi, is it possible to do something when a Layer loads ? There is `TileLayer.on_load`, but I haven't found anything for other Layers that doesn't inherit from `TileLayer` I'm more...