I'm currently working on a project that utilizes a map engine from a private company which I am unable to disclose.
The initial system was built in JQuery, but we recently underwent significant changes and now have it running on AngularJS.
One side of the screen features a slidebar showcasing items, while the other side displays the map.
The issue I'm facing is that upon loading the page, the map doesn't appear correctly and the inner overlay appears too small. Despite checking their sizes, everything seems to be in order.
Strangely, manually resizing the window or opening the Element Inspector in G. Chrome causes the map to display properly.
I've tried redrawing the clusterLayer, resizing the map, adjusting the size of the map's div, but none of these solutions seem to work.
I came across this post Google map does not display properly, which could potentially resolve my issue, although I do not have control over how the map initially loads.
Thank you