Skip to content

Commit

Permalink
Add drag-n-drop demo link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ismyrnow committed Aug 8, 2014
1 parent b0207a4 commit ac53664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ L.shapefile(arrayBuffer or url[,options]);
```

Options are passed to L.Geojson as is. First argument is either an array buffer of a zipped shapefile,
the url to a zipped shapefile, or the url to file.shp (this assumes file.dbf exists).
the url to a zipped shapefile, or the url to file.shp (this assumes file.dbf exists).

To easily try this out using your own shapefile, see the demo at [leaflet.calvinmetcalf.com](http://leaflet.calvinmetcalf.com/), where you can drag-and-drop your own shapefile and have it displayed on the map.

0 comments on commit ac53664

Please sign in to comment.