From 907d16da837406bd508572c9350514024dc87078 Mon Sep 17 00:00:00 2001 From: Marc Harter Date: Sun, 25 Aug 2013 22:20:33 -0500 Subject: [PATCH] updated; usage instructions --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index ee2dafd..1ba7823 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,16 @@ Inspired by the excellent work by Tom Carden ([http://github.com/RandomEtc/shape I just got this out there so nothing is minified. See index.html for an example of order. All files need to be in the same directory. This will use Web Workers if the browser support exists. Not recommended for large files, more of an experiment than anything. +### Running the Example + +Host the files (example won't run off disk, needs to be ran on a web server), a simple way to do this is run the following command in the project root: + +```sh +python -m SimpleHTTPServer +``` + +And visit http://localhost:8000 in your favorite browser. + ### Usage You can use it to parse shapefiles (.shp) or dBase files (.dbf) or both. Here are some examples.