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

Thanks for the help! I have some GeoJSON features. I want to be able to toggle select them on the map, and when this happens 1. the style of the...

# Background Although Jupyter widgets are originally implemented in Python, it is actually a well thought system where one can implement a back-end for another language than Python. For example,...

## Environment Information ipyleaflet v.0.17.4 Python version: 3.12.0 Operating System: Ubuntu 20.04 ## Description I've been trying to get a GPU-enabled docker container running with the segment anything geospatial package....

Hello, I'm trying to display a PMTiles on my map (following an example from [here](https://github.com/jupyter-widgets/ipyleaflet/pull/1138)) like this: ``` from ipyleaflet import Map, PMTilesLayer m = Map( center=[33.72946,35.84783], zoom=12, scroll_wheel_zoom=True )...

How can I export a leaflet vector layer as svg file? Also see https://stackoverflow.com/questions/44800396/python-ipyleaflet-export-map-as-png-or-jpg-or-svg/74994981#74994981

Feature Request

OpenStreetMap operations teams deprecated some tile server URL formats. Removing the subdomains is also better for browser caching. https://github.com/openstreetmap/operations/issues/737

`examples/KML.ipynb` is broken in v 0.17.4 of ipyleaflet -- you can verify this problem by [running the notebook in mybinder.org](https://mybinder.org/v2/gh/jupyter-widgets/ipyleaflet/0.17.4?labpath=examples%2FKML.ipynb) and see the following error: ![image](https://github.com/jupyter-widgets/ipyleaflet/assets/153266/c33a56e1-a7fe-449c-9c36-72e0219f2dba) I implemented a fix...