shapefile
shapefile copied to clipboard
A cross-platform streaming parser for the ESRI Shapefile spatial data format.
Hi @mbostock Following on from #34 I was wondering if you'd be interested in receiving a pull request that provided full support for returning z values from a shapefile? The...
Hi, I have a problem. I'm building a web page that user uploads just the .shp file and I'm using your library to convert this shapefile to geojson. The problem...
dear sir: i very thanks that you write this to read shape file, it help me a lot. when i use this to read 3D(x,y,z) shape file, it just return...
Describe how to achieve reprojection.
The dependency used in this project called `text-encoding` has been marked with the following warning: `npm WARN deprecated [email protected]: no longer maintained` It would be nice if this package could...
shapefile .open(vectorUrl + '.shp?r=' + r, vectorUrl + '.dbf?r=' + r, { encoding: 'utf-8' }) //这里防止乱码,可以用encoding来指定文件的编码。 .then((source) => source.read().then(function log(result) { if (result.done) { vectorLayer.setSource(vectorSource); return; } // result.value don't...