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
trafficstars

The "visible" attribute of Layers gives users the idea that there is a "visible" toggle in Leaflet that allows them to load data into the browser and toggle visibility on...

The geoman javascript demo allows selecting and highlighting draw features. Is it possible to do the same thing using the ipyleaflet GeomanDrawControl? How do we access the selected object, similar...

Hi, I would like to begin by thanking you for your library which opens up a great many possibilities. However, I have experienced some issues when trying to edit Layers...

GeoJSON layers have a `style_callback` as documented in https://ipyleaflet.readthedocs.io/en/latest/api_reference/geo_json.html, but GeoData subclasses have no such thing documented in https://ipyleaflet.readthedocs.io/en/latest/api_reference/geodata.html. That would be easy to fix, but while using such a...

It would be great to support visualizing FlatGeobuf - https://flatgeobuf.org - https://flatgeobuf.org/examples/leaflet/large.html

Updating the location of a Popup should move it to that location, as seen in this [jsfiddle](https://jsfiddle.net/lopezvoliver/y6wromtd/23/): ![ipyleaflet-popup-jsfiddle](https://github.com/user-attachments/assets/57d9883b-6f9e-40ca-a95c-f76e095f912a) But in ipyleaflet this doesn't work: First setup the map: ```python import...

I would expect it to behave as the deprecated `DrawControl` which is removed from the map when I use `.remove()` [Screencast from 25-10-2024 17:15:08.webm](https://github.com/user-attachments/assets/3dee92f3-d043-42fd-b8b3-bf82d3ff4126) Might it be also related to...