# shapefile_js **Repository Path**: bai-lihua/shapefile_js ## Basic Information - **Project Name**: shapefile_js - **Description**: Read shapefile with Javascript, It has supported almost all types of shapefiles although which was composed of 200 lines code. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2021-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README shapefile_js ========= This project allows user to read shapefile with Javascript, It has supported almost all types of shapefiles although which was composed of 200 lines code. A live example can be found at http://polluxll.github.com/shapefile_js/index.html ### Support shape type + Point + PointZ + PointM + MultiPoint + MultiPointZ + MultiPointM + Polyline + PolylineZ + PolylineM + Polygon + PolygonZ + PolygonM ### Resources > [ESRI Shapefile Technical Description - PDF](http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf) ### Samples ![mahua](image/polyline.jpg) ![mahua](image/polygon.jpg)