ipyleaflet
ipyleaflet copied to clipboard
problem about working with sidecar
when i display the map with sidecar: with sidecar: display(map) the map is successfully displayed in the sidecar page.
But...When i change the size of sidecar page, the map didn't follow to display by changed size. At the same time, all layers are going to be incomplete.
If i use the 'FullScreenControl()' and click full screen then exit full screen, after that, the map displaing in sidecar page will be runing normally
Hello,
is there any upadate about this issue? I think I'm experiencing the same problem in my JupyterLab.
After initialization of Sidecar and ipyleaflet.Map object widget opens, but at this point you can see problem with basemap:

As @abcdehc mentioned turning fullscreen on and off temporarily solves the issue, but you can experience the same problem with newly added layers (eg. GeoJSON):

I've already checked the browser console, but the only log from ipyleaflet is Deprecated include of L.Mixin.Events: ..., which I think is not harmfull. Tested on Opera 76.0.4017.107 and Firefox 92.0.
reply @luwilck : today i update my jupyterlab to v:3.1.18, it's seems that question has been fix up? you could try
reply @luwilck : today i meet this problem in another computer by newest version of jupyterlab, i try reinstall but it didn't help. finally i update my googlechrome...... and then it was fixed😂