Open
Description
It can be slow to have lots of markers and polygons. Using a WebGL powered layer could be nice, there is this extension: https://github.com/manubb/Leaflet.PixiOverlay which allows putting millions of markers on the Map, and using huge GeoJSON files. It might be a nice addition to ipyleaflet, and we could shamelessly reuse their examples.