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
When embedding lonboard in panel (and probably other similar toolkits), the map height is fixed to 24rem, regardless of the parent container's height.
This issue is new since 0.9.3, I believe this issue was first introduced in 44a45f8. Continuing discussion from #264
Environment
OS: Fedora 41
Browser: Chrome/Brave
Lonboard Version: 0.10.3
Steps to reproduce the bug
importpanelaspnfromlonboardimportMapfromlonboard.basemapimportCartoBasemappn.extension()
title=pn.pane.Markdown('# THIS IS A TITLE')
lonb_map=Map([], basemap_style=CartoBasemap.Positron)
lonb_map_panel_container=pn.pane.IPyWidget(lonb_map, sizing_mode='stretch_both', align='center')
pn.Column(title, lonb_map_panel_container).servable()
The text was updated successfully, but these errors were encountered:
When embedding lonboard in panel (and probably other similar toolkits), the map height is fixed to 24rem, regardless of the parent container's height.
This issue is new since 0.9.3, I believe this issue was first introduced in 44a45f8. Continuing discussion from #264
Environment
Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: