jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.49k stars 365 forks source link

Add support for PMTiles and MBTiles #1134

Closed giswqs closed 10 months ago

giswqs commented 1 year ago

It is challenging to visualize large vector datasets with ipyleaflet. One potential workaround is to convert vector to MBTiles with tools like dal2mbtiles, then visualize MBTiles with ipyleaflet. There is a Leaflet.TileLayer.MBTiles plugin for JavaScript. It would be nice if ipyleaflet can support this as well.

giswqs commented 1 year ago

A folium PMTiles plugin by @jtmiclat. It will be great if ipyleaflet can support PMTiles as well. https://github.com/giswqs/folium-pmtiles