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

Add subitems to layers (either layers or controls or a mixture of both).

Adapt velocity layer re-building the color_scale list from a linear colormap of Branca. This enables to easily use a ColormapControl with this layer using the same colormap in the layer...

Adapt heatmap layer for an easier use with a colormap control. The colormap is defined from the color gradient defined in Heatmap class ![heatmap](https://user-images.githubusercontent.com/99649086/183608254-1e6df953-0f52-41fc-a137-66c40aa1d689.png) .

Queries ESRI Image Service APIs and adds image layers similar to an `ImageOverlay`. Image Service APIs allow the creation of mosaics with options for pre-defined raster functions, interpolation strategies, band...

Has anyone ever used ipyleaflet with [Amazon SageMaker Studio Lab](https://studiolab.sagemaker.aws/)? I can't get it to work. ![chrome_kcV1PStfHD](https://user-images.githubusercontent.com/5016453/182443160-9dadd30a-b1c3-4144-9129-e7b8ee9336bd.png)

Basically a pretty straightforward question, I want to be able to call a function on a [zoomend ](https://leafletjs.com/reference.html#map-zoomend)event. However, by just trying it with the observe pattern, the function I...

The following warning shows up in the JavaScript console: ``` Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead. ``` We need...

Good First Issue

When adding a layer with a Marker that was created with an empty tuple as location, the map will break. ## Steps to reproduce * create a LayerGroup * add...

Some examples don't seem to be working on Binder: https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/DropdownControl.ipynb ![image](https://user-images.githubusercontent.com/591645/179918241-d421529b-df7f-4174-a599-7e87a3598f48.png) https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/LayerGroup.ipynb ![image](https://user-images.githubusercontent.com/591645/179919547-a2fda913-62d6-41ac-9705-2471e37311fe.png)