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
Just wanted to share this if someone else is struggling with the issue 😄
Seems like the Internet Explorer on Windows Phones doesn't like raw binary images, so I fixed this by converting the uint8array to base64 string in the getTileUrl function like this:
Just wanted to share this if someone else is struggling with the issue 😄
Seems like the Internet Explorer on Windows Phones doesn't like raw binary images, so I fixed this by converting the uint8array to base64 string in the getTileUrl function like this:
The text was updated successfully, but these errors were encountered: