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

Document / refactor `loadData()` #54

Open leplatrem opened 6 years ago

leplatrem commented 6 years ago

The feature introduced by @opoto in #34 is not documented in the README. Maybe it could be useful to users like @kkdd to implement Gzip loading (#52)

Plus I believe we could probably share code between load() (load file) and loadData().