calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
714 stars 228 forks source link

Fix floating issue #178

Closed raj1258 closed 1 month ago

raj1258 commented 2 years ago
raj1258 commented 2 years ago

176

calvinmetcalf commented 2 years ago

there are lat long coordinate systems that are not wgs84, a better thing might be a pull to proj4 that makes sure that an attempt to convert from wgs84 to wgs84 is just a pass through.

This is really not a bug because those "changed coordinates" should be mathematically equivalent in floating points