makinacorpus / Leaflet.FileLayer

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

using DECOMPRESSORS when globally defined #56

Open kkdd opened 6 years ago

kkdd commented 6 years ago

as defined in decompressor.js:

var DECOMPRESSORS = {
    gz: function (x) {return gzip.decompress(x);},
};
kkdd commented 6 years ago

It has been a long homework. Is this acceptable?