diff --git a/leaflet.shpfile.js b/leaflet.shpfile.js index 73f32cd..5c2c4b3 100644 --- a/leaflet.shpfile.js +++ b/leaflet.shpfile.js @@ -34,5 +34,5 @@ L.Shapefile =L.GeoJSON.extend({ }); L.shapefile= function(a,b){ - return new L.Shapfile(a,b); -} \ No newline at end of file + return new L.Shapefile(a,b); +}