1
0
mirror of https://github.com/wavded/js-shapefile-to-geojson synced 2024-11-23 14:34:54 +00:00
Convert Shapfiles and DBF to GeoJSON using JavaScript http://wavded.github.com/js-shapefile-to-geojson/
Go to file
2010-07-30 22:52:17 -05:00
testdata *-initial commit 2010-07-30 17:25:21 -05:00
dbf.js *-initial commit 2010-07-30 17:25:21 -05:00
index.html *-initial commit 2010-07-30 17:25:21 -05:00
readme.md *-updated readme 2010-07-30 22:52:17 -05:00
shapefile.js *-initial commit 2010-07-30 17:25:21 -05:00
stream.js *-initial commit 2010-07-30 17:25:21 -05:00

This project allows a user to load Shapefiles and DBFs into the browser with JavaScript. Outputs as GeoJSON for use with other Mapping APIs such as OpenLayers.

Inspired by the excellent work by Tom Carden (http://github.com/RandomEtc/shapefile-js/).