Closed samipuro closed 5 years ago
Leaflet.geodesic uses some ESE6-Features that are not supported by IE11. See https://kangax.github.io/compat-table/es6/#ie11 I recommend to use Edge, Chrome or Firefox
If you are stuck with IE11 or need to minify code, please see the dedicated ES5-branch: https://github.com/henrythasler/Leaflet.Geodesic/tree/es5
Latest (and previous to latest) script revision throw errors with latest Internet Explorer (Win 10) and apparently also iPad/Safari. ==> Does not load/work. Line: 46 Error: Object doesn't support property or method 'geodesic'
Also if you try to minimize the script for example with https://javascript-minifier.com/ you will get // Error : Unexpected token: name (obj) // Line : 68 // Col : 8
Chrome & Firefox OK.