From ac53664bfff4f768f954ad791374940aed3bd458 Mon Sep 17 00:00:00 2001 From: Ishmael Smyrnow Date: Fri, 8 Aug 2014 09:08:16 -0400 Subject: [PATCH] Add drag-n-drop demo link to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79662ef..9558b97 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +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.