makinacorpus / Leaflet.FileLayer

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

Making FileLoader an extension of the L.Util #29

Closed MuellerMatthew closed 8 years ago

MuellerMatthew commented 8 years ago

This is change reconfigures 'FileLoader' as 'L.Util.FileLoader' so it is no longer a global in the namespace, and makes it easier for other leaflet plugins and non-plugins to access it as a utility to load data into a map.

SBats commented 8 years ago

Thank you for the pull request !