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

you need to parse it before you create it #2

Closed calvinmetcalf closed 11 years ago

calvinmetcalf commented 11 years ago

your trying to create a geojson layer with a string and then after you parse it into an object

leplatrem commented 11 years ago

OMG.,, cruelly missing unit tests :(

leplatrem commented 11 years ago

Thanks :)