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 layer group can be toggled on/off manually using the LayersControl. Is it possible to change the layer group visibility programmatically? `layer_group.visible=False` does not work. ```python from ipyleaflet import (...

The basemaps.HikeBike.HikeBike is completely gray in the list. And basemaps.NASAGIBS.ModisAquaTrueColorCR, basemaps.NASAGIBS.ModisAquaBands721CR are black.

Got the following error when adding a layer containing a Polygon > [E 13:45:27.811 NotebookApp] Uncaught exception in ZMQStream callback Traceback (most recent call last): File "C:\Users\DijkstraRichard\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\zmq\eventloop\zmqstream.py", line 584, in...

Ipyleaflet is not working with [noteable.io](https://noteable.io/). No map is displayed after running the code. [Here](https://app.noteable.io/f/f7cc6c3d-a6ec-420d-b9e4-bd263a95d660/ipyleaflet.ipynb) is a sample notebook. I have also tried installing the jupyter widgets, the issue persists....

Hello, Is it theoretically possible to pass a python function as `getTileUrl` in `TileLayer`? This would allow to pass base64 images and to get IO control on python-side. Or even...

Hi! A minor issue with the documentation, not sure where was the best place to identify it. In the documentation for `SplitMapControl` it displays correctly via web interface example, but...

Saving the map to html runs without any issue. However, when opening the HTML, the page is blank. Related old issue https://github.com/jupyter-widgets/ipyleaflet/issues/841 (although now the problem seems different so I'm...

I'm hoping for some help using a custom projection with `ipyleaflet`. My ultimate goal is to have a slippy map viewer for non-geospatial images (think microscopy). I'm struggling to get...

``` import ipyleaflet m = ipyleaflet.Map(attribution_control=True) m ``` Results in This was introduced in https://github.com/jupyter-widgets/ipyleaflet/pull/398

I am trying to setup a webpage with an interactive map using Quarto and ipyleaflet based on the following example: https://quarto.org/docs/interactive/widgets/jupyter.html I'm running an example script from the ipyleaflet documentation...