UNPKG
@mapbox/shp-write
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
write shapefiles from pure javascript
github.com/mapbox/shp-write
mapbox/shp-write
@mapbox/shp-write
/
src
/
prj.js
2 lines
(1 loc)
•
164 B
JavaScript
View Raw
1
2
module.exports =
'GEOGCS
[
"GCS_WGS_1984"
,DATUM[
"D_WGS_1984"
,SPHEROID[
"WGS_1984"
,
6378137
,
298.257223563
]],PRIMEM[
"Greenwich"
,
0
],UNIT[
"Degree"
,
0.017453292519943295
]]
';