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

It would be great to be able to parametrize popups so that elements added with a `GeoData` are clickable and properties associated with each shape can be accessed. Maybe it's...

Despite an extensive search, I haven't found any. Can some someone provide me with a list of the things it can contain? A list of permitted keys would be helpful.

Reference Link: https://ipyleaflet.readthedocs.io/en/latest/api_reference/basemaps.html Below are the list of the maps that don't show up and are grayed out: 1. Map(basemap=basemaps.Hydda.Full, center=center, zoom=zoom) 2. Map(basemap=basemaps.Hydda.Base, center=center, zoom=zoom) 3. Map(basemap=basemaps.Strava.All, center=center, zoom=zoom)...

Hi, I'm interested in an open source alternative to [PyDeck/DeckGL](https://deckgl.readthedocs.io/en/latest/gallery/geojson_layer.html) for rendering large GeoJSON datasets on an interactive map with python (DeckGL uses MapBoxGL v2 for map, which is no...

I am trying to use `ipyleaflet` in a notebook on AWS SageMaker, but the JupyterLab doesn't build properly after running `jupyter labextension install jupyter-leaflet`. The source of this problem seems...

In the example below the original `point_style` will never show again after the `hover_style` has been applied once. Is this a known Leaflet limitation, maybe? ```python import geojson from ipyleaflet...

Hello, I have added a png-format layer through ImageOverlay. The layer has a band value of each pixel which is the wind velocity. Is there a way to show the...

From the search github, I find the project jupyter-widgets/ipyleaflet#262, The content is about visution the tile data that from server machine process the image and comeback image result as a...

It seems like `map.fit_bounds()` does not have any effect when run on the [Xeus-Python](https://github.com/jupyter-xeus/xeus-python) (Python 3.8 (XPython)), but works as expected on the "normal" Python 3 kernel. The same effect...

Dear Team, Is there a way to drag the layer with the map and not show blank (layer) spaces on the map? I'm using the example for heatmap (and other...