ipyleaflet
ipyleaflet copied to clipboard
A Jupyter - Leaflet.js bridge
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  .
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. 
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...
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  https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/LayerGroup.ipynb 