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
In IE11, we're get an error that kills the map at the start: Object doesn't support property or method 'fill' from a piece of code in TurfJS 5: CoordinateList.coordArrayType=new Array(0).fill(null);. We'll need to find an appropriate polyfill/shim for this and any other similar things we encounter.
The text was updated successfully, but these errors were encountered:
In IE11, we're get an error that kills the map at the start:
Object doesn't support property or method 'fill'
from a piece of code in TurfJS 5:CoordinateList.coordArrayType=new Array(0).fill(null);
. We'll need to find an appropriate polyfill/shim for this and any other similar things we encounter.The text was updated successfully, but these errors were encountered: