Wrapper for all epsg definitions from PostGIS for proj4js in one easy-to-use file
npm install proj4js-defsnode-epsg
=========
A node module with all epsg definitions for proj4js
created with this scraper
see epsg.js for a list of supported projections
Requirements
========
proj4js
Usage
========
var proj4 = require('proj4js');
require('epsg')(proj4);
// check out all your new defs!
console.log(proj4.defs);