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

Add support for custom geoJson layers #28

Closed MuellerMatthew closed 8 years ago

MuellerMatthew commented 8 years ago

This modification allows users to pass an alternative to L.geoJson layer type to allow users to use this plugin in coordination with other leaflet plugins such as Proj4Leaflet which extend the 'L.geoJson' class.