makinacorpus / Leaflet.FileLayer

Loads files locally (GeoJSON, KML, GPX) as layers using HTML5 File API
http://makinacorpus.github.io/Leaflet.FileLayer/
MIT License
270 stars 91 forks source link

Error when loading file on Internet Explorer #19

Open AntoinePurnelle opened 9 years ago

AntoinePurnelle commented 9 years ago

Hi.

Internet Explorer seems to have a problem with the loader. On load, the "file" variable is null. I only pauses the page when the console is open and the file finally loads. Not a major issue actually but something worth to mention. Works great on other browsers but I have to be IE9 and higher compatible. I am currently using IE11 on Windows 8.1.

Thanks for the good work :-)

image