gipong / shp2geojson.js

Convert shapefile to geoJSON via a web browser without Server-Side code. This conversion will unzip your file and reproject the data with correct encoding in JavaScript.
http://gipong.github.io/shp2geojson.js/
MIT License
260 stars 92 forks source link

read polylinem, polylinez shape features, also handled multilinestring features #15

Open shivam2k opened 6 years ago

shivam2k commented 6 years ago

read measure and z values as per ESRI shape file technical description white paper. Also returned multiline string if the feature has multiple parts

gipong commented 6 years ago

Thanks for your PR. Can you provide some example to show how to use these feature or screenshot? It can help me to add the content on readme with you.