ipyleaflet
ipyleaflet copied to clipboard
A Jupyter - Leaflet.js bridge
This replaces the old leaflet-draw implementation with a leaflet-geoman based one, in accordance with https://github.com/jupyter-widgets/ipyleaflet/issues/1165. The change should be backwards compatible in that even though leaflet-draw is no longer used...
Hello, It would be great to have a label over Circle and Rectangle markers, or just having a new Label marker/layer to stick a bare text on the map. I'm...
This is using solara to run the test with a live frontend. These things are difficult to test with galata, since we test user interaction. In light of a future...
Hi, We've been looking into the draw controls for ipyleaflet. One thing we were interested in (cc @mangecoeur ) was controlling the draw controls programmatically, using our own controls (not...
- Fixes #1119 1119 - The main issue is that a `style()` function is added to the GeoJSON object `style` property in `create_obj()`, which triggers an error when the `data`...
LeafletJS supports add multi-part geometries. I am not sure if ipyleaflet supports it. Any ideas? https://www.tutorialspoint.com/leafletjs/leafletjs_multi_polyline_and_polygon.htm
I believe once upon a time a marker had a "color" trait. The workaround for customizing the color marker seems to be something like this: ```python3 a = AwesomeIcon(marker_color="green", name="circle")...
I use leafmap but this issue issem root from other package, any suggestions are appreciated! # Description - A widget for the user to select polygon from a list to...
repro: 1. run https://github.com/jupyter-widgets/ipyleaflet/blob/55d108be4905b76eb3247da2759f1ea7d29a871a/examples/GeoJson_EU_on_hover.ipynb 2. drag my mouse very quickly around the map, causing the hover HTML to update very quickly. Zooming out helps force the updates to happen quicker....
Add a workaround to fix #1076