You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to develop widgets for ipyleaflet using ipyreact or anywidget? For example, I am interested in using the Leaflet.TileLayer.MBTiles plugin with ipyleaflet. Below is a sample Javascript snippet. Any avdice on how to make this work with ipyleaflet would be greatly appreciated. @maartenbreddels@manzt
import{MBTiles,mbtiles}from'leaflet-tilelayer-mbtiles-ts';// Using the constructor...letmbtiles=newMBTiles('./assets/mysuperfile.mbtiles',options);// ... or use the factorymbtiles=mbtiles('./assets/mysuperfile.mbtiles',options);mbtiles.addTo(map);
Is it possible to develop widgets for ipyleaflet using ipyreact or anywidget? For example, I am interested in using the Leaflet.TileLayer.MBTiles plugin with ipyleaflet. Below is a sample Javascript snippet. Any avdice on how to make this work with ipyleaflet would be greatly appreciated. @maartenbreddels @manzt
Sample dataset: countries.mbtiles
jupyter-widgets/ipyleaflet#1134
The text was updated successfully, but these errors were encountered: