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
256 stars 90 forks source link

Fix properties with ISO-8859-1 encoding #19

Closed vharmain closed 5 years ago

vharmain commented 5 years ago

Fixes https://github.com/gipong/shp2geojson.js/issues/6 for ISO-8859-1.

vharmain commented 5 years ago

Changed more describing names for the PR and related commit.