calvinmetcalf / shapefile-js

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

Coordinates not converted to ESPG:4326 #199

Closed shota-hamamatsu closed 8 months ago

shota-hamamatsu commented 8 months ago

I ran shp() with this file and it returned Feature without coordinate transformation. (The coordinate system of this file is JGD2000) shp.zip スクリーンショット (735)

It's .prj contents are:

GEOGCS["GCS_JGD_2000",DATUM["D_JGD_2000",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

result: スクリーンショット (734)

No errors were output.

Is there anything missing in this file?