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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
When I render the widget on a hidden tab, the map will not be rendered correctly.
(There is a thread from 2014 here, but that code is not working anymore...).
I tried to add a listener to the tab-show event. That works, but I can not figure out how to access the map container.
map.invalidateSize(false); should do it, but it throws "Map not definded"
Any ideas?
Thanks,
gb5256
The text was updated successfully, but these errors were encountered:
When I render the widget on a hidden tab, the map will not be rendered correctly.
(There is a thread from 2014 here, but that code is not working anymore...).
I tried to add a listener to the tab-show event. That works, but I can not figure out how to access the map container.
map.invalidateSize(false); should do it, but it throws "Map not definded"
Any ideas?
Thanks,
gb5256
The text was updated successfully, but these errors were encountered: