Skip to content

calvinmetcalf/proj4geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proj4geojson

npm install proj4geojson

var transform = require('proj4geojson');
var sr = '+proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +datum=NAD83 +units=m +no_defs';
var wgs84geojson = transform.to(weirdProjgeojson,sr);
//or
var weirdProjgeojson = transform.from(wgs84geojson,sr);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages