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
I have added the layer using the methods shown in the demo. It looks good but I'm running into an issue where nothing is displayed on the bottom of the map (see picture). What should I be looking at to fix this?
Cheers
The text was updated successfully, but these errors were encountered:
Issue is not present in the demo, likely a css problem so you'd need to provide a full example.
I've been debugging and it seems to be an issue with this._map.getSize(), I have set it up to log the value of that and it shows {x: 2140, y: 1076}, I have also added the following javascript code to log the height of the map container console.log(document.getElementById('mapid').clientHeight); which returns 1097. I'm confused as to why map.getSize() is returning a different value and causing the layer not to display fully.
I have added the layer using the methods shown in the demo. It looks good but I'm running into an issue where nothing is displayed on the bottom of the map (see picture). What should I be looking at to fix this?
Cheers
The text was updated successfully, but these errors were encountered: