js-shapefile-to-geojson icon indicating copy to clipboard operation
js-shapefile-to-geojson copied to clipboard

Convert Shapfiles and DBF to GeoJSON using JavaScript

Results 14 js-shapefile-to-geojson issues
Sort by recently updated
recently updated
newest added

Is possible to use this on a React Native app? I need to import shp file and plot on a map. Thanks.

My files or not in the root of the web-directory but in src/shapefile. In order to get it working I had to change the hardcoded paths in two locations: -...

¤j®a¦n(大家好) I can not find how to convert to chinese I do not very know unicode but I try big-5 , utf-8 and convert online tool but it is still...

[Sample Shape.txt](https://github.com/wavded/js-shapefile-to-geojson/files/978114/Sample.Shape.txt) Hello, I use your code to convert shape files to json and to show on the map. In most cases it works wonderful, thank you very much. But...

Hi, this is good stuff. For the nitpickers among us: In the file shapefile.js on line 19 it shows: `t.data = e.date`. I was wondering if this is a typo...

``` var pnt = { radius: 3, fillColor: "#009688", color: "#000", weight: 1, opacity: 1, fillOpacity: 0.8 }; var area = { weight: 2, color: "#999", opacity: 1, fillColor: "#B0DE5C",...

how to use parse a handlefile dbf?

I have this code: ``` var opts = { shp: files[0], jsRoot: "/Scripts/ShapeReader/" }; var shapefile = new Shapefile(opts, function (data) { console.log(data); }); ``` Here `files` is the value...

demo shape file is working fine but when i place my shape its just showing blank image.....u can download the shape file here http://eservices.scottsdaleaz.gov/dmc/shape/Parks.zip

exaample is not working in IE versions. working properly in chrome ,firefox .