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 dict data is a type "buffer". just like: data = { "data": { "type": "Buffer", "data": [255.0, 122.0, 255.0, 90.0] }, "message": "success", "info": { "time": 97.0, "memTotal": "92.71",...

Is it possible to add labels to markers? I'm thinking something along the lines of placemark names in GE/KML. I'm aware of the title attribute for markers, but that doesn't...

I have a map with two layer groups of markers. These markers are plotted directly on top of one another. I use one of these layers to color code the...

Hi all, Just wondering if I could plot a function of space on the map, like so: ![temp map](https://www.climate.gov/images/datasnapshots/snapshots/averagetemp-monthly-cmb/web/averagetemp-monthly-cmb--web--2020-01-00.png) Is a choropleth the only option right now? Two reasons I'm...

A number of the map examples are not displaying in the basemaps api reference: api_reference/basemaps.html

What needs to be done to allow the "title" attribute to work for mouseover titles (labels?) on CircleMarker objects? It looks like in Leaflet this is possible. I'd be happy...

Hi all, When unselecting a layer in the layers control (`LayerControl`) I'd expect the `visible` attribute of the layer changes to `False`, but it does not. Obviously, the other way...

Is there a way to embed the map HTML in a "nbconverted" markdown? It seems that this was possible in the past [b/c of this comment](https://github.com/altair-viz/altair/issues/1339) but looks like jupyterbook...

I'm looking for a way to manually click on a map to create a polygon and add it as a layer on the map instead of using DrawControl. Is there...

Hello, I noticed that when saving the [velocity example](https://ipyleaflet.readthedocs.io/en/latest/api_reference/velocity.html#example) in an html file (with `m.save('test.html')`) the box with the speed and direction information does not appear like it does when...