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

Treat .json as geojson #32

Closed Jmuccigr closed 8 years ago

Jmuccigr commented 8 years ago

Following up on the old issue #18. I left the eval part alone, but added the line to treat .json like .geojson.

leplatrem commented 8 years ago

WFM