Skip to content

geosquare/reproject-spherical-mercator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reproject-spherical-mercator

Reproject geojson geometry from WGS84 to Spherical Mercator. In backend I am using sphericalmercator moduel to convert the coordinates from WGS84 (epsg:4326) to Spehrical Mercator (EPSG:3857) also called web mercator.

installation

npm install reproject-spherical-mercator

usage

var reproject = require('reproject-spherical-mercator');
var reprojected-geojson = reproject(wgs84-geojson);

license

This project is licensed under the terms of the MIT license.

About

Reproject geojson geometry from WGS84 to Spherical Mercator

Resources

License

Stars

Watchers

Forks

Packages

No packages published