ipyleaflet
ipyleaflet copied to clipboard
A Jupyter - Leaflet.js bridge
I'm running Ubuntu 20.04. I'm trying to develop an extension for Ipyleaflet, and have followed the development advice like so: ``` git clone https://github.com/jupyter-widgets/ipyleaflet.git cd ipyleaflet pip install -e ....
I searched in the issues - it seems like there are several which mention geojson not working but not the combination I mentioned above. Is it expected that the popup...
Is it possible to display a rectangle beneath an ImageOverlay? I have tried altering the order of the layers and that has no affect, I also looked to see if...
Hi! When I try to draw any circle, once I release the mouse, it automatically converts to a circle marker.
The `popup` attribute of a Layer is not a Popup instance, it's created in the frontend, which means that we cannot control the popup attributes from the backend (close_button, max_width,...
Due to the [Nominatim Usage Policy](https://operations.osmfoundation.org/policies/nominatim/), leafmap can't have the nominatim URL hard coded in the SearchControl. As suggested by @martinfleis, [photon](https://photon.komoot.io/) seems a good alternative. However, the two APIs...
The DivIcon has a white background. Is it possible to make it transparent? Thanks. Relevant issue: https://github.com/jupyter-widgets/ipyleaflet/issues/792 @deeplook ``` from ipyleaflet import Marker, DivIcon, Map center = (52.204793, 360.121558) m...
When multiple controls are using the same position, the Search Control position is not working as expected. In the four cases below, the Search Control is supposed to be placed...
A very late follow-up to https://github.com/jupyter-widgets/ipyleaflet/issues/362... would Leaflet allow to have a `point_style_callback` parameter for `GeoJSON` and `GeoData` layers like the `style_callback` one? This would allow for styling such things...
when i display the map with sidecar: with sidecar: display(map) the map is successfully displayed in the sidecar page. But...When i change the size of sidecar page, the map didn't...